summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Connector.cpp')
-rw-r--r--ace/LSOCK_Connector.cpp18
1 files changed, 7 insertions, 11 deletions
diff --git a/ace/LSOCK_Connector.cpp b/ace/LSOCK_Connector.cpp
index f495744b1b8..4b29ff1e0cf 100644
--- a/ace/LSOCK_Connector.cpp
+++ b/ace/LSOCK_Connector.cpp
@@ -11,8 +11,6 @@ ACE_RCSID(ace, LSOCK_Connector, "$Id$")
#include "ace/LSOCK_Connector.inl"
#endif /* __ACE_INLINE__ */
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_ALLOC_HOOK_DEFINE(ACE_LSOCK_Connector)
void
@@ -34,16 +32,16 @@ ACE_LSOCK_Connector::ACE_LSOCK_Connector (void)
// Establish a connection.
ACE_LSOCK_Connector::ACE_LSOCK_Connector (ACE_LSOCK_Stream &new_stream,
- const ACE_UNIX_Addr &remote_sap,
- ACE_Time_Value *timeout,
- const ACE_Addr &local_sap,
- int reuse_addr,
- int flags,
- int perms)
+ const ACE_UNIX_Addr &remote_sap,
+ ACE_Time_Value *timeout,
+ const ACE_Addr &local_sap,
+ int reuse_addr,
+ int flags,
+ int perms)
: ACE_SOCK_Connector (new_stream,
remote_sap,
timeout,
- local_sap,
+ local_sap,
reuse_addr,
flags,
perms)
@@ -54,6 +52,4 @@ ACE_LSOCK_Connector::ACE_LSOCK_Connector (ACE_LSOCK_Stream &new_stream,
new_stream.set_handle (new_stream.get_handle ());
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */