diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-09 13:22:32 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-09 13:22:32 +0000 |
commit | 6cd7914317884abbef56533beb1a468140bdebb4 (patch) | |
tree | ff48b16118f15fbe5d60ed54d65778d50eed28ea /ace/WFMO_Reactor.h | |
parent | 0bee3d524c706cb3ebce259bed9753fbec1cae7b (diff) | |
download | ATCD-6cd7914317884abbef56533beb1a468140bdebb4.tar.gz |
ChangeLogTag:Sun Sep 9 08:28:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r-- | ace/WFMO_Reactor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index 3cbb92740da..02ed32ed6df 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -514,6 +514,9 @@ public: /// because of a thread trying to unblock the <Reactor_Impl> virtual int dispatch_notify (ACE_Notification_Buffer &buffer); + /// Verify whether the buffer has dispatchable info or not. + virtual int is_dispatchable (ACE_Notification_Buffer &buffer); + /// 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> |