summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/DIOP_Connector.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connector.h b/TAO/tao/Strategies/DIOP_Connector.h
index 2e1f2ce3d93..35c9ea6f73c 100644
--- a/TAO/tao/Strategies/DIOP_Connector.h
+++ b/TAO/tao/Strategies/DIOP_Connector.h
@@ -52,9 +52,7 @@ public:
// Pluggable.h
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);
@@ -65,6 +63,9 @@ protected:
/// = More TAO_Connector methods, please check the documentation on
/// Pluggable.h
+ int make_connect (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc);
+
virtual TAO_Profile * make_profile (ACE_ENV_SINGLE_ARG_DECL);
/// Obtain tcp properties that must be used by this connector, i.e.,