summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
index dec95d00a92..59bb6b187fa 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
@@ -57,8 +57,7 @@ class TAO_LB_ObjectReferenceFactory
const CORBA::StringSeq & repository_ids,
const char * location,
CORBA::ORB_ptr orb,
- CosLoadBalancing::LoadManager_ptr lm,
- CosLoadBalancing::LoadAlert_ptr la);
+ CosLoadBalancing::LoadManager_ptr lm);
/**
* @name PortableInterceptor::ObjectReferenceFactory Methods
@@ -155,9 +154,6 @@ private:
/// Reference to the LoadManager object.
CosLoadBalancing::LoadManager_var lm_;
- /// Reference to the LoadAlert object for this location.
- CosLoadBalancing::LoadAlert_var load_alert_;
-
/// Array of flags that denotes whether or not an object group
/// member of a given RepositoryId has been registered with the
/// LoadManager.