summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable.h')
-rw-r--r--TAO/tao/Pluggable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Pluggable.h b/TAO/tao/Pluggable.h
index 5e1a6300b8b..64eb1068dbf 100644
--- a/TAO/tao/Pluggable.h
+++ b/TAO/tao/Pluggable.h
@@ -199,6 +199,11 @@ public:
// Check with the TMS whether the reply has been receieved for the
// request with <request_id>.
+ virtual ACE_SYNCH_CONDITION *leader_follower_condition_variable (void);
+ // Return the TSS leader follower condition variable used in the
+ // Wait Strategy. Muxed Leader Follower implementation returns a
+ // valid condition variable, others return 0.
+
protected:
CORBA::ULong tag_;
// IOP protocol tag.