summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.h
diff options
context:
space:
mode:
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 &);