summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/PG_MemberInfo.cpp
blob: 8746e2958ffe0a935b11857c2bd96768c12d6e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "PG_MemberInfo.h"
#include "PG_Operators.h"

ACE_RCSID (PortableGroup,
           PG_MemberInfo,
           "$Id$")


bool
TAO_PG_MemberInfo::operator== (const TAO_PG_MemberInfo & rhs)
{
  // For the purposes of the member info set, only the location is
  // important.
  return location == rhs.location;
}