summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 1bde5178fc4..0462732b0e3 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -442,6 +442,11 @@ public:
// via the notify queue before breaking out of its
// <ACE_Message_Queue::dequeue> loop.
+ virtual int purge_pending_notifications (ACE_Event_Handler * = 0);
+ // Purge any notifications pending in this reactor for the specified
+ // <ACE_Event_Handler> object. Returns the number of notifications
+ // purged. Returns -1 on error.
+
// = Assorted helper methods.
virtual int handler (ACE_HANDLE handle,