summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.h
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.h
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.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.h
index 488fa7bbc93..c89640a025f 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectGroup_Hash.h
@@ -40,7 +40,7 @@ class TAO_LB_ObjectGroup_Hash
public:
- CORBA::ULong operator() (const TAO_LoadBalancing::ObjectGroup_ptr &) const;
+ CORBA::ULong operator() (const TAO_PortableGroup::ObjectGroup_ptr &) const;
// Invokes the _hash() method on the ObjectGroup reference.
};
@@ -56,7 +56,7 @@ class TAO_LB_FactoryCreationId_Hash
public:
- CORBA::ULong operator() (const TAO_LoadBalancing::FactoryCreationId &) const;
+ CORBA::ULong operator() (const TAO_PortableGroup::FactoryCreationId &) const;
// Generates a hash value based on the contents of the
// FactoryCreationId.
};