diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-02 23:03:56 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-02 23:03:56 +0000 |
commit | f1c9ff96aa9136f78a078ce17c5dc21807ddb918 (patch) | |
tree | 2a25cb8641fdce1066c4e245f557bbe8d36a46d5 /ace/Service_Manager.cpp | |
parent | e82ea4edfd3e5bb7ed3263e9b00060f185f09240 (diff) | |
download | ATCD-f1c9ff96aa9136f78a078ce17c5dc21807ddb918.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Service_Manager.cpp')
-rw-r--r-- | ace/Service_Manager.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/Service_Manager.cpp b/ace/Service_Manager.cpp index cf8654ee294..fb34800eee9 100644 --- a/ace/Service_Manager.cpp +++ b/ace/Service_Manager.cpp @@ -206,16 +206,13 @@ ACE_Service_Manager::handle_input (ACE_HANDLE) { ACE_TRACE ("ACE_Service_Manager::handle_input"); - int reset_new_handle = 0; -#if defined (ACE_WIN32) // Try to find out if the implementation of the reactor that we are // using requires us to reset the event association for the newly // created handle. This is because the newly created handle will // inherit the properties of the listen handle, including its event // associations. - reset_new_handle = ACE_Reactor::instance ()->reset_new_handle (); -#endif /* ACE_WIN32 */ - + int reset_new_handle = ACE_Reactor::instance ()->uses_event_associations (); + if (this->acceptor_.accept (this->client_stream_, // stream 0, // remote address 0, // timeout |