summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.i
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
commitd6dc2850f4701502ff2494cbed2df94dc28eac85 (patch)
treed8767b38aa2808e2b681f08eeb1a7acff732fed5 /ace/WFMO_Reactor.i
parentba131094a598634ab399f7635de2efb13b26d9d2 (diff)
downloadATCD-d6dc2850f4701502ff2494cbed2df94dc28eac85.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.i')
-rw-r--r--ace/WFMO_Reactor.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/WFMO_Reactor.i b/ace/WFMO_Reactor.i
index 6f565419355..e1be3fd536c 100644
--- a/ace/WFMO_Reactor.i
+++ b/ace/WFMO_Reactor.i
@@ -643,6 +643,12 @@ ACE_WFMO_Reactor::handle_events (ACE_Time_Value &how_long)
}
ACE_INLINE int
+ACE_WFMO_Reactor::reset_new_handle (void)
+{
+ return 1; // WFMO Reactor needs to reset handles.
+}
+
+ACE_INLINE int
ACE_WFMO_Reactor::alertable_handle_events (ACE_Time_Value &how_long)
{
return this->event_handling (&how_long, 1);