summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-01 00:27:25 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-01 00:27:25 +0000
commit273b4f156a65d3786200019e4b41d99bf5ec9357 (patch)
tree99ae654dd4d7d3f5b5da3f28afd1a1293d2e9c9b /ace/Reactor_Impl.h
parenta04ff9003642f93f8be5d704b850bb9d437a0746 (diff)
downloadATCD-273b4f156a65d3786200019e4b41d99bf5ec9357.tar.gz
ChangeLogTag: Fri Aug 31 19:14:52 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 9a279e1dea8..b64da0fa527 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -76,8 +76,13 @@ public:
/// Handle one of the notify call on the <handle>. This could be
/// because of a thread trying to unblock the <Reactor_Impl>
- virtual int dispatch_notify (ACE_HANDLE handle) = 0;
+ virtual int dispatch_notify (ACE_Notification_Buffer &buffer) = 0;
+ /// 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) = 0;
/**
* Set the maximum number of times that the <handle_input> method
* will iterate and dispatch the <ACE_Event_Handlers> that are