summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index fb555a90610..4e1c72d18b6 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -1002,12 +1002,7 @@ public:
virtual void handle_time_out (const ACE_Time_Value &tv,
const void *act = 0);
// Called when timer expires. <tv> was the requested time value and
- // <act> is the ACT passed when scheduling the timer.
-
- virtual void handle_wakeup (void);
- // This is method works with the <run_event_loop> of the
- // ACE_Proactor. A special <Wake_Up_Completion> is used to wake up
- // all the threads that are blocking for completions.
+ // <act> is the ACT passed when scheduling the timer
ACE_Proactor *proactor (void);
// Get the proactor associated with this handler.