summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp')
-rw-r--r--TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp b/TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp
index f919184461d..9708dbdffd2 100644
--- a/TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp
+++ b/TAO/tao/Strategies/Optimized_Connection_Endpoint_Selector.cpp
@@ -144,19 +144,14 @@ TAO_Optimized_Connection_Endpoint_Selector::select_endpoint
if (r->blocked_connect () ||
(!r->blocked_connect () && r->profile ()->supports_non_blocking_oneways ()))
{
- const size_t endpoint_count =
- r->profile ()->endpoint_count ();
+ const size_t endpoint_count = r->profile ()->endpoint_count ();
- TAO_Endpoint *ep =
- r->profile ()->endpoint ();
+ TAO_Endpoint *ep = r->profile ()->endpoint ();
for (size_t i = 0; i < endpoint_count; ++i)
{
TAO_Base_Transport_Property desc (ep);
- const bool retval =
- r->try_connect (&desc,
- max_wait_time
- );
+ const bool retval = r->try_connect (&desc, max_wait_time);
// Check if the connect has completed.
if (retval)