summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/UIOP_Connector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connector.h b/TAO/tao/Strategies/UIOP_Connector.h
index 3a4d3e4311d..c62913e2344 100644
--- a/TAO/tao/Strategies/UIOP_Connector.h
+++ b/TAO/tao/Strategies/UIOP_Connector.h
@@ -75,11 +75,11 @@ protected:
/**
* @name More TAO_Connector methods
*
- * Please check the documentation in Pluggable.h.
+ * Please check the documentation in Transport_Connector.h.
*/
//@{
- int make_connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc);
+ int make_connection (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc);
virtual TAO_Profile *make_profile (ACE_ENV_SINGLE_ARG_DECL);