summaryrefslogtreecommitdiff
path: root/ace/SOCK_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Connector.h')
-rw-r--r--ace/SOCK_Connector.h22
1 files changed, 4 insertions, 18 deletions
diff --git a/ace/SOCK_Connector.h b/ace/SOCK_Connector.h
index b2d3957f377..6d4387239b6 100644
--- a/ace/SOCK_Connector.h
+++ b/ace/SOCK_Connector.h
@@ -172,26 +172,12 @@ public:
// Declare the dynamic allocation hooks.
protected:
- int shared_open (ACE_SOCK_Stream &new_stream,
- int protocol_family,
- int protocol,
- int reuse_addr);
- // Perform operations that ensure the socket is opened using
- // BSD-style semantics (no QoS).
-
- int shared_open (ACE_SOCK_Stream &new_stream,
- int protocol_family,
- int protocol,
- ACE_Protocol_Info *protocolinfo,
- ACE_SOCK_GROUP g,
- u_long flags,
- int reuse_addr);
- // Perform operations that ensure the socket is opened using
- // QoS-enabled semantics.
-
int shared_connect_start (ACE_SOCK_Stream &new_stream,
ACE_Time_Value *timeout,
- const ACE_Addr &local_sap);
+ const ACE_Addr &local_sap,
+ int reuse_addr,
+ int protocol_family,
+ int protocol);
// Perform operations that must be called before <ACE_OS::connect>.
int shared_connect_finish (ACE_SOCK_Stream &new_stream,