summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Connector.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-06-25 11:23:39 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-06-25 11:23:39 +0000
commit3c146d29add4085528db259077ad9c6f0a65047d (patch)
tree131ea01d73a3fb43fa7da5f6f34a110c0ea5624a /TAO/tao/Strategies/UIOP_Connector.cpp
parent808787b7e57dedf89fe652a03e1526caf923a3af (diff)
downloadATCD-3c146d29add4085528db259077ad9c6f0a65047d.tar.gz
ChangeLogTag:Fri Jun 25 06:12:49 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Connector.cpp')
-rw-r--r--TAO/tao/Strategies/UIOP_Connector.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connector.cpp b/TAO/tao/Strategies/UIOP_Connector.cpp
index af9993137b7..d87dd885654 100644
--- a/TAO/tao/Strategies/UIOP_Connector.cpp
+++ b/TAO/tao/Strategies/UIOP_Connector.cpp
@@ -201,13 +201,9 @@ TAO_UIOP_Connector::make_connection (TAO::Profile_Transport_Resolver *,
"handle [%d]\n",
svc_handler->get_handle ()));
- // Wait for connection completion. No need to specify timeout
- // to wait() since the correct timeout was passed to the
- // Connector. The Connector will close the handler in the case
- // of timeouts, so the event will complete (either success or
- // failure) within timeout.
result =
- this->active_connect_strategy_->wait (svc_handler, 0);
+ this->active_connect_strategy_->wait (svc_handler,
+ max_wait_time);
if (TAO_debug_level > 2)
{