summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Acceptor.h')
-rw-r--r--ace/LSOCK_Acceptor.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/LSOCK_Acceptor.h b/ace/LSOCK_Acceptor.h
index 8fec44e0f22..cc7c1dca103 100644
--- a/ace/LSOCK_Acceptor.h
+++ b/ace/LSOCK_Acceptor.h
@@ -27,8 +27,6 @@
#include "ace/UNIX_Addr.h"
#include "ace/LSOCK_Stream.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward decl.
class ACE_Reactor;
@@ -38,7 +36,7 @@ class ACE_Reactor;
* @brief Defines the format and interface for the acceptor side of the
* local ACE_SOCK ACE_Stream.
*/
-class ACE_Export ACE_LSOCK_Acceptor : public ACE_SOCK_Acceptor
+class ACE_Sockets_Export ACE_LSOCK_Acceptor : public ACE_SOCK_Acceptor
{
public:
// = Initialization methods.
@@ -88,8 +86,6 @@ private:
ACE_UNIX_Addr local_addr_;
};
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */
#include /**/ "ace/post.h"
#endif /* ACE_LOCAL_SOCK_ACCEPTOR_H */