summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 0aeac50beef..f76203e65c1 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -495,9 +495,9 @@ public:
* 0, the caller will block until action is possible, else will wait
* until the relative time specified in <timeout> elapses).
*/
- ssize_t notify (ACE_Event_Handler *event_handler = 0,
- ACE_Reactor_Mask mask = ACE_Event_Handler::EXCEPT_MASK,
- ACE_Time_Value *timeout = 0);
+ virtual int notify (ACE_Event_Handler *event_handler = 0,
+ ACE_Reactor_Mask mask = ACE_Event_Handler::EXCEPT_MASK,
+ ACE_Time_Value *timeout = 0);
/// No-op.
virtual int dispatch_notifications (int &number_of_active_handles,