diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-09-01 03:09:17 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-09-01 03:09:17 +0000 |
commit | 645fc19a61e8ea0de54811d32a90a8ff1fcf415d (patch) | |
tree | 262256abe22bce832e778b56562b281c9c2d6b26 /ace/WFMO_Reactor.h | |
parent | 4553d407c305e73002836bb74fc403bcb09308f2 (diff) | |
download | ATCD-645fc19a61e8ea0de54811d32a90a8ff1fcf415d.tar.gz |
ChangeLogTag: Fri Aug 31 22:07:57 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r-- | ace/WFMO_Reactor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index cdf3eaad315..8fcbfa5e52d 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -514,6 +514,12 @@ public: /// because of a thread trying to unblock the <Reactor_Impl> virtual int dispatch_notify (ACE_HANDLE handle); + /// Read one of the notify call on the <handle> into the + /// <buffer>. This could be because of a thread trying to unblock + /// the <Reactor_Impl> + virtual int read_notify_pipe (ACE_HANDLE handle, + ACE_Notification_Buffer &buffer); + /** * Set the maximum number of times that the * <ACE_WFMO_Reactor_Notify::handle_input> method will iterate and |