diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-04-12 21:09:28 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-04-12 21:09:28 +0000 |
commit | dcc4aae2a8000d65757fac4203232893a1dfbdcb (patch) | |
tree | 54e14fb32b2ae131dbad073ec2a1f05fc0ada37a /TAO/tao/Connector_Impl.cpp | |
parent | 7b3700a7c380f1533b4367d999a303a9bfcba841 (diff) | |
download | ATCD-connection_timeout_0.tar.gz |
ChangeLogTag: Fri Apr 12 15:39:50 2002 Balachandran Natarajan <bala@cs.wustl.edu>connection_timeout_0
Diffstat (limited to 'TAO/tao/Connector_Impl.cpp')
-rw-r--r-- | TAO/tao/Connector_Impl.cpp | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/Connector_Impl.cpp b/TAO/tao/Connector_Impl.cpp index 54f60860d4a..6c4023da250 100644 --- a/TAO/tao/Connector_Impl.cpp +++ b/TAO/tao/Connector_Impl.cpp @@ -56,13 +56,8 @@ TAO_Connect_Concurrency_Strategy<SVC_HANDLER>:: activate_svc_handler (SVC_HANDLER *sh, void *arg) { - if (ACE_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (sh, - arg) == -1) - return -1; - - // If the wait strategy wants us to be registered with the reactor - // then we do so. - return sh->transport ()->wait_strategy ()->register_handler (); + return ACE_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (sh, + arg); } |