summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-14 17:58:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-14 17:58:36 +0000
commitc5a87b7fade88c35d033c273fc7c5d55ec09a3b6 (patch)
treed96b5b04a2b89d8c2340d3f0f308c960824accec /TAO/orbsvcs/orbsvcs/LoadBalancing/LB_ObjectReferenceFactory.h
parent6dca348a2a1439abab1bf31a835cf5bfc3d4ad0b (diff)
downloadATCD-c5a87b7fade88c35d033c273fc7c5d55ec09a3b6.tar.gz
ChangeLogTag:Wed Aug 14 10:57:52 2002 Ossama Othman <ossama@uci.edu>
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.