summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-10-24 23:10:35 +0000
committerSteve Huston <shuston@riverace.com>2000-10-24 23:10:35 +0000
commit0e06f85c67d45eef5d6611afc29ffd9cd3e596c0 (patch)
tree7576282a8397cba7a0c92c3115eddbac3542cdeb /ace/Reactor.h
parentc60b8374d370d76e1eed1d40dee9f44d658148c6 (diff)
downloadATCD-0e06f85c67d45eef5d6611afc29ffd9cd3e596c0.tar.gz
ChangeLogTag:Tue Oct 24 12:30:47 2000 Steve Huston <shuston@riverace.com>
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,