summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-10-31 22:58:01 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-10-31 22:58:01 +0000
commit2910e19cb9e7be8060db913025510043efa3bb66 (patch)
treeb7ad827db4c834f9909278c7caa70e7f2966e580 /TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl
parent6bb2a3ce49fd8cb33b32343caa1bb934388374ea (diff)
downloadATCD-2910e19cb9e7be8060db913025510043efa3bb66.tar.gz
Merged PortableGroup updates into the LB.ng_lb_iter01
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl
index 7547d068b72..06d21705941 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Equal_To.inl
@@ -4,11 +4,11 @@
ACE_INLINE int
TAO_LB_ObjectGroup_Equal_To::operator() (
- const TAO_LoadBalancing::ObjectGroup_ptr &lhs,
- const TAO_LoadBalancing::ObjectGroup_ptr &rhs) const
+ const TAO_PortableGroup::ObjectGroup_ptr &lhs,
+ const TAO_PortableGroup::ObjectGroup_ptr &rhs) const
{
// As with all CORBA objects, the
- // TAO_LoadBalancing::ObjectGroup::is_equivalent() returns 1 if two
+ // TAO_PortableGroup::ObjectGroup::is_equivalent() returns 1 if two
// references refer to the same object. However, it is possible
// that is_equivalent() may return 0 even if both references refer
// to the same object.
@@ -19,8 +19,8 @@ TAO_LB_ObjectGroup_Equal_To::operator() (
ACE_INLINE int
TAO_LB_FactoryCreationId_Equal_To::operator() (
- const TAO_LoadBalancing::FactoryCreationId &lhs,
- const TAO_LoadBalancing::FactoryCreationId &rhs) const
+ const TAO_PortableGroup::FactoryCreationId &lhs,
+ const TAO_PortableGroup::FactoryCreationId &rhs) const
{
// A Load Balancer FactoryCreationId is simply a CORBA::ULong.