00001 // -*- C++ -*- 00002 // 00003 // PG_Location_Equal_To.inl,v 1.2 2005/11/14 22:03:50 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE int 00008 TAO_PG_Location_Equal_To::operator () ( 00009 const PortableGroup::Location &lhs, 00010 const PortableGroup::Location &rhs) const 00011 { 00012 return lhs == rhs; 00013 } 00014 00015 TAO_END_VERSIONED_NAMESPACE_DECL