summaryrefslogtreecommitdiff
path: root/ace/SSL/SSL_SOCK_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SSL/SSL_SOCK_Connector.h')
-rw-r--r--ace/SSL/SSL_SOCK_Connector.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/ace/SSL/SSL_SOCK_Connector.h b/ace/SSL/SSL_SOCK_Connector.h
index 702dbbf82ec..9ece41271a2 100644
--- a/ace/SSL/SSL_SOCK_Connector.h
+++ b/ace/SSL/SSL_SOCK_Connector.h
@@ -30,8 +30,6 @@
#include "ace/SOCK_Connector.h"
#include "ace/OS_QoS.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class ACE_SSL_SOCK_Connector
*
@@ -260,13 +258,13 @@ public:
int connect (ACE_SSL_SOCK_Stream &new_stream,
const ACE_Addr &remote_sap,
ACE_QoS_Params qos_params,
- const ACE_Time_Value *timeout = 0,
- const ACE_Addr &local_sap = ACE_Addr::sap_any,
+ const ACE_Time_Value *timeout = 0,
+ const ACE_Addr &local_sap = ACE_Addr::sap_any,
ACE_Protocol_Info *protocolinfo = 0,
ACE_SOCK_GROUP g = 0,
u_long flags = 0,
- int reuse_addr = 0,
- int perms = 0);
+ int reuse_addr = 0,
+ int perms = 0);
/**
* Try to complete a non-blocking connection.
@@ -307,8 +305,6 @@ private:
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "SSL_SOCK_Connector.i"
#endif /* __ACE_INLINE__ */