summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 03:42:29 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-30 03:42:29 +0000
commitc65c4a84e6ce903264c290b5bd98bace3bfe3747 (patch)
treed8767b38aa2808e2b681f08eeb1a7acff732fed5 /ace/WFMO_Reactor.h
parentc6489d434dfacc32dbf52d9f696419de36c447f0 (diff)
downloadATCD-c65c4a84e6ce903264c290b5bd98bace3bfe3747.tar.gz
Added a new method reset_new_handle so we can determine whether the implementation of reactor requires us to decouple the event a handle inherit from accept/connect.
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 3b0c4de5629..b22788bec63 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -643,6 +643,9 @@ public:
virtual int resume_handlers (void);
// Resume all <handles>.
+ virtual int reset_new_handle (void);
+ // If we need to reset handles returned from accept/connect.
+
// Timer management.
virtual long schedule_timer (ACE_Event_Handler *event_handler,