PG_MemberInfo.cpp

Go to the documentation of this file.
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 81628 2008-05-07 06:51:27Z wotte $")
00007 
00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00009 
00010 bool
00011 TAO_PG_MemberInfo::operator== (const TAO_PG_MemberInfo & rhs) const
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

Generated on Tue Feb 2 17:49:50 2010 for TAO_PortableGroup by  doxygen 1.4.7