summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_Leader_Follower.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_On_Leader_Follower.h')
-rw-r--r--TAO/tao/Wait_On_Leader_Follower.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/Wait_On_Leader_Follower.h b/TAO/tao/Wait_On_Leader_Follower.h
index 179964fde68..a65d19cd854 100644
--- a/TAO/tao/Wait_On_Leader_Follower.h
+++ b/TAO/tao/Wait_On_Leader_Follower.h
@@ -49,12 +49,9 @@ public:
virtual int sending_request (TAO_ORB_Core *orb_core,
int two_way);
virtual int wait (ACE_Time_Value *max_wait_time,
- int &reply_received);
+ TAO_Synch_Reply_Dispatcher &rd);
virtual int register_handler (void);
virtual int non_blocking (void);
- virtual TAO_SYNCH_CONDITION *leader_follower_condition_variable (void);
- virtual int reply_dispatched (int &, TAO_SYNCH_CONDITION *);
- virtual void connection_closed (int &, TAO_SYNCH_CONDITION *);
};
#include "ace/post.h"