diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 03:42:29 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-30 03:42:29 +0000 |
commit | c65c4a84e6ce903264c290b5bd98bace3bfe3747 (patch) | |
tree | d8767b38aa2808e2b681f08eeb1a7acff732fed5 /ace/Reactor.h | |
parent | c6489d434dfacc32dbf52d9f696419de36c447f0 (diff) | |
download | ATCD-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/Reactor.h')
-rw-r--r-- | ace/Reactor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h index b3da1fc9b64..d981d8aa19a 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -402,6 +402,9 @@ public: virtual ACE_Reactor_Impl *implementation (void); // Get the implementation class + virtual int reset_new_handle (void); + // Return 1 if we need to reset the handle after accept/connect, 0 otherwise. + ACE_ALLOC_HOOK_DECLARE; // Declare the dynamic allocation hooks. |