diff options
author | Steve Huston <shuston@riverace.com> | 2000-10-24 23:10:35 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-10-24 23:10:35 +0000 |
commit | 0e06f85c67d45eef5d6611afc29ffd9cd3e596c0 (patch) | |
tree | 7576282a8397cba7a0c92c3115eddbac3542cdeb /ace/Reactor.h | |
parent | c60b8374d370d76e1eed1d40dee9f44d658148c6 (diff) | |
download | ATCD-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.h | 5 |
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, |