00001 #include "orbsvcs/PortableGroup/PG_MemberInfo.h" 00002 #include "orbsvcs/PortableGroup/PG_Operators.h" 00003 00004 ACE_RCSID (PortableGroup, 00005 PG_MemberInfo, 00006 "$Id: PG_MemberInfo.cpp 71526 2006-03-14 06:14:35Z jtc $") 00007 00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 bool 00011 TAO_PG_MemberInfo::operator== (const TAO_PG_MemberInfo & rhs) 00012 { 00013 // For the purposes of the member info set, only the location is 00014 // important. 00015 return location == rhs.location; 00016 } 00017 00018 TAO_END_VERSIONED_NAMESPACE_DECL