summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Connector.cpp')
-rw-r--r--TAO/tao/Strategies/DIOP_Connector.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connector.cpp b/TAO/tao/Strategies/DIOP_Connector.cpp
index 8a08d9a9a9b..f28e087cfd5 100644
--- a/TAO/tao/Strategies/DIOP_Connector.cpp
+++ b/TAO/tao/Strategies/DIOP_Connector.cpp
@@ -93,12 +93,11 @@ TAO_DIOP_Connector::close (void)
}
int
-TAO_DIOP_Connector::connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc
- ACE_ENV_ARG_DECL_NOT_USED)
+TAO_DIOP_Connector::make_connect (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc)
{
TAO_Transport *&transport = invocation->transport ();
- // ACE_Time_Value *max_wait_time = invocation->max_wait_time ();
+
TAO_Endpoint *endpoint = desc->endpoint ();
if (endpoint->tag () != TAO_TAG_UDP_PROFILE)