summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r--ace/UNIX_Addr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index 36a040e4ec2..956bcc7d8cc 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -34,6 +34,8 @@
#include "ace/ACE.h"
#include "ace/os_include/sys/os_un.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class ACE_UNIX_Addr
*
@@ -107,10 +109,14 @@ private:
sockaddr_un unix_addr_;
};
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
#include "ace/UNIX_Addr.inl"
#endif /* __ACE_INLINE__ */
#endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */
+
#include /**/ "ace/post.h"
+
#endif /* ACE_UNIX_ADDR_H */