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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/LSOCK_Acceptor.h b/ace/LSOCK_Acceptor.h
index cc7c1dca103..94a52f05581 100644
--- a/ace/LSOCK_Acceptor.h
+++ b/ace/LSOCK_Acceptor.h
@@ -27,6 +27,8 @@
#include "ace/UNIX_Addr.h"
#include "ace/LSOCK_Stream.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Forward decl.
class ACE_Reactor;
@@ -86,6 +88,8 @@ 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 */