summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.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_Hash.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_Hash.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.inl b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.inl
index fe12be1ad3f..2c3c16cc2d8 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.inl
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.inl
@@ -4,7 +4,7 @@
ACE_INLINE CORBA::ULong
TAO_LB_ObjectGroup_Hash::operator() (
- const TAO_LoadBalancing::ObjectGroup_ptr &object_group) const
+ const TAO_PortableGroup::ObjectGroup_ptr &object_group) const
{
CORBA::ULong max = 4294967295UL; // Maximum 32-bit unsigned integer
return object_group->_hash (max);
@@ -14,7 +14,7 @@ TAO_LB_ObjectGroup_Hash::operator() (
ACE_INLINE CORBA::ULong
TAO_LB_FactoryCreationId_Hash::operator() (
- const TAO_LoadBalancing::FactoryCreationId &factory_creation_id) const
+ const TAO_PortableGroup::FactoryCreationId &factory_creation_id) const
{
// A Load Balancer FactoryCreationId is simply a CORBA::ULong.