summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h b/TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h
index 50a35542e22..feccacfbd07 100644
--- a/TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h
+++ b/TAO/orbsvcs/orbsvcs/LB_ObjectGroup_Map.h
@@ -44,7 +44,7 @@ public:
CORBA::String_var type_id;
/// Reference to the ObjectGroup.
- LoadBalancing::ObjectGroup_var object_group;
+ PortableGroup::ObjectGroup_var object_group;
/// Unbounded set containing replica references and all related
/// information for each replica.
@@ -52,7 +52,7 @@ public:
/// Properties used when creating this object group, in addition
/// those set dynamically after the creation.
- LoadBalancing::Properties properties;
+ PortableGroup::Properties properties;
/// Lock used to synchronize access to the ReplicaInfo set.
TAO_SYNCH_MUTEX lock;
@@ -124,10 +124,10 @@ private:
/// Obtain the ObjectGroup hash map entry corresponding to the given
/// ObjectGroup reference.
TAO_LB_ObjectGroup_Map_Entry *get_group_entry (
- LoadBalancing::ObjectGroup_ptr object_group,
+ PortableGroup::ObjectGroup_ptr object_group,
CORBA::Environment &ACE_TRY_ENV)
ACE_THROW_SPEC ((CORBA::SystemException,
- LoadBalancing::ObjectGroupNotFound));
+ PortableGroup::ObjectGroupNotFound));
private: