From d6dc2850f4701502ff2494cbed2df94dc28eac85 Mon Sep 17 00:00:00 2001 From: nw1 Date: Tue, 30 Sep 1997 03:42:29 +0000 Subject: 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. --- ace/Reactor.i | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ace/Reactor.i') diff --git a/ace/Reactor.i b/ace/Reactor.i index 18d4620b6fe..d9708d23634 100644 --- a/ace/Reactor.i +++ b/ace/Reactor.i @@ -446,3 +446,9 @@ ACE_Reactor::implementation (ACE_Reactor_Impl *impl) { this->implementation_ = impl; } + +ACE_INLINE int +ACE_Reactor::reset_new_handle (void) +{ + return this->implementation ()->reset_new_handle (); +} -- cgit v1.2.1