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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connector.h b/TAO/tao/Strategies/UIOP_Connector.h
index 3bc631d9423..3a4d3e4311d 100644
--- a/TAO/tao/Strategies/UIOP_Connector.h
+++ b/TAO/tao/Strategies/UIOP_Connector.h
@@ -62,9 +62,7 @@ public:
//@{
int open (TAO_ORB_Core *orb_core);
int close (void);
- int connect (TAO_GIOP_Invocation *invocation,
- TAO_Transport_Descriptor_Interface *desc
- ACE_ENV_ARG_DECL);
+
TAO_Profile *create_profile (TAO_InputCDR& cdr);
virtual int check_prefix (const char *endpoint);
@@ -80,6 +78,9 @@ protected:
* Please check the documentation in Pluggable.h.
*/
//@{
+ int make_connect (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc);
+
virtual TAO_Profile *make_profile (ACE_ENV_SINGLE_ARG_DECL);
/// Obtains uiop properties that must be used by this connector, i.e.,