summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Connector.h')
-rw-r--r--TAO/tao/Strategies/SCIOP_Connector.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Connector.h b/TAO/tao/Strategies/SCIOP_Connector.h
index f307f27bc00..40f304f6085 100644
--- a/TAO/tao/Strategies/SCIOP_Connector.h
+++ b/TAO/tao/Strategies/SCIOP_Connector.h
@@ -100,9 +100,6 @@ protected:
/// initialize <tcp_properties_>.
int init_tcp_properties (void);
- /// Cancel the passed cvs handler from the connector
- int cancel_svc_handler (TAO_Connection_Handler * svc_handler);
-
protected:
/// TCP configuration properties to be used for all
@@ -119,8 +116,7 @@ private:
TAO_SCIOP_Endpoint *remote_endpoint (TAO_Endpoint *ep);
/// Try to make a connection to the next endpoint in the list.
- TAO_Transport *make_connection_i (TAO::Profile_Transport_Resolver *r,
- TAO_Transport_Descriptor_Interface &desc,
+ TAO_Transport *make_connection_i (TAO_Transport_Descriptor_Interface &desc,
ACE_Time_Value *timeout,
TAO_SCIOP_Endpoint *sciop_endpoint);