summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_On_Reactor.h')
-rw-r--r--TAO/tao/Wait_On_Reactor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Wait_On_Reactor.h b/TAO/tao/Wait_On_Reactor.h
index 412c194d2af..3e69a25a9ba 100644
--- a/TAO/tao/Wait_On_Reactor.h
+++ b/TAO/tao/Wait_On_Reactor.h
@@ -41,7 +41,7 @@ public:
// = Documented in TAO_Wait_Strategy.
virtual int wait (ACE_Time_Value *max_wait_time,
- TAO_Synch_Reply_Dispatcher &rd);
+ int &reply_received);
virtual int register_handler (void);
virtual int non_blocking (void);
};