summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h b/TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h
index 8fc9dc11e32..f3871bd5b7e 100644
--- a/TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h
+++ b/TAO/orbsvcs/orbsvcs/LB_ObjectGroupManager.h
@@ -148,25 +148,8 @@ public:
//@}
- /// Set the reference to the POA that created the object group
- /// references passed to the ObjectGroupManager methods.
- void poa (PortableServer::POA_ptr poa);
-
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,
- CORBA::Environment &ACE_TRY_ENV)
- ACE_THROW_SPEC ((LoadBalancing::ObjectGroupNotFound));
-
-private:
-
- /// Reference to the POA that created the object group references
- /// passed to the ObjectGroupManager methods.
- PortableServer::POA_var poa_;
-
/// Reference to the PropertyManager.
TAO_LB_PropertyManager &property_manager_;