summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport_Connector.h')
-rw-r--r--TAO/tao/Transport_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Transport_Connector.h b/TAO/tao/Transport_Connector.h
index 9773a82f756..b34fedbf461 100644
--- a/TAO/tao/Transport_Connector.h
+++ b/TAO/tao/Transport_Connector.h
@@ -103,8 +103,8 @@ protected:
/// Do an actual connect using the underlying transport to make a
/// connection
- virtual int make_connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc) = 0;
+ virtual int make_connection (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc) = 0;
/// Set the ORB Core pointer
void orb_core (TAO_ORB_Core *orb_core);