summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index fa2c5b022e0..0eedb77f8fb 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -152,9 +152,6 @@ public:
/// leader.
int client_leader_thread_;
- /// Condition variable for the leader follower model.
- TAO_SYNCH_CONDITION* leader_follower_condition_variable_;
-
/// The Reactor Holder that we should callback when destroying the
/// cookie.
TAO_Reactor_Registry *reactor_registry_;
@@ -669,10 +666,6 @@ public:
/// threads block forever.
int thread_per_connection_timeout (ACE_Time_Value &timeout) const;
- /// Condition variable used in the Leader Follower Wait Strategy, on
- /// which the follower thread blocks.
- TAO_SYNCH_CONDITION* leader_follower_condition_variable (void);
-
/// Makes sure that the ORB is open and then creates a TAO_Stub
/// based on the endpoint.
TAO_Stub *create_stub_object (const TAO_ObjectKey &key,