summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h
index 0f8001ec47d..9140f5a9f24 100644
--- a/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancing/LB_LoadAlert.h
@@ -43,7 +43,7 @@ public:
/// Forward requests back to the load manager via the object group
/// reference.
- virtual void enable_alert (CORBA::Object object_group
+ virtual void enable_alert (CORBA::Object_ptr object_group
ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ACE_THROW_SPEC ((CORBA::SystemException));
@@ -57,8 +57,6 @@ public:
/// by the LoadManager.
CORBA::Boolean alerted (void) const;
- CORBA::Object_ptr forward (void);
-
protected:
/// Destructor.
@@ -74,10 +72,6 @@ private:
/// by the LoadManager?
CORBA::Boolean alerted_;
- /// Reference to the object which clients will be forwarded to if an
- /// "alert" condition exists.
- CORBA::Object_var forward_;
-
};