summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 7f8ca4e55ce..d4a40dd7424 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -100,8 +100,8 @@ TAO_IIOP_Connector::close (void)
}
int
-TAO_IIOP_Connector::make_connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc)
+TAO_IIOP_Connector::make_connection (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc)
{
ACE_Time_Value *max_wait_time = invocation->max_wait_time ();
TAO_Endpoint *endpoint = desc->endpoint ();