summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-06-27 21:37:31 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-06-27 21:37:31 +0000
commit00e134f1e1592f9f58d4db7d70384654fb5f486a (patch)
tree7891f31398d0f501e5ff4112e9f13485d4850743 /ace/TP_Reactor.h
parentcd3002f81b79e77b00498e3773fad46331946f96 (diff)
downloadATCD-00e134f1e1592f9f58d4db7d70384654fb5f486a.tar.gz
ChangeLogTag:Thu Jun 27 16:50:19 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/TP_Reactor.h')
-rw-r--r--ace/TP_Reactor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/TP_Reactor.h b/ace/TP_Reactor.h
index 6d4c89db472..2b08d87936d 100644
--- a/ace/TP_Reactor.h
+++ b/ace/TP_Reactor.h
@@ -346,6 +346,9 @@ private:
/// associated with <handle> that a particular event has occurred.
int dispatch_socket_event (ACE_EH_Dispatch_Info &dispatch_info);
+ /// Clear the <handle> from the read_set
+ void clear_handle_read_set (ACE_HANDLE handle);
+
private:
/// Deny access since member-wise won't work...
ACE_TP_Reactor (const ACE_TP_Reactor &);