summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 6dd4dcbe6b9..b6a15d753d1 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -93,8 +93,7 @@ public:
* <ACE_Event_Handler> object. Returns the number of notifications
* purged. Returns -1 on error.
*/
- virtual int purge_pending_notifications (ACE_Event_Handler * = 0,
- ACE_Reactor_Mask = ACE_Event_Handler::ALL_EVENTS_MASK) = 0;
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0) = 0;
/// Dump the state of an object.
virtual void dump (void) const = 0;
@@ -335,11 +334,6 @@ public:
/// Resume all <handles>.
virtual int resume_handlers (void) = 0;
- /// Does the reactor allow the application to resume the handle on
- /// its own ie. can it pass on the control of handle resumption to
- /// the application
- virtual int resumable_handler (void) = 0;
-
/// Return 1 if we any event associations were made by the reactor
/// for the handles that it waits on, 0 otherwise.
virtual int uses_event_associations (void) = 0;
@@ -360,11 +354,11 @@ public:
* @see reset_timer_interval()
*
* @param event_handler event handler to schedule on reactor
- * @param arg argument passed to the handle_timeout() method of event_handler
+ * @param arg argument passed to the handle_timeout() method of event_handler
* @param delta time interval after which the timer will expire
* @param interval time interval after which the timer will be automatically rescheduled
* @return -1 on failure, a timer_id value on success
- */
+ */
virtual long schedule_timer (ACE_Event_Handler *event_handler,
const void *arg,
const ACE_Time_Value &delay,
@@ -455,8 +449,7 @@ public:
* <ACE_Event_Handler> object. Returns the number of notifications
* purged. Returns -1 on error.
*/
- virtual int purge_pending_notifications (ACE_Event_Handler * = 0,
- ACE_Reactor_Mask = ACE_Event_Handler::ALL_EVENTS_MASK) = 0;
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0) = 0;
/**
* Check to see if <handle> is associated with a valid Event_Handler