summaryrefslogtreecommitdiff
path: root/ace/OS_NS_netdb.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_netdb.inl')
-rw-r--r--ace/OS_NS_netdb.inl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/OS_NS_netdb.inl b/ace/OS_NS_netdb.inl
index fed8aa4ebbb..294ff9ea2d3 100644
--- a/ace/OS_NS_netdb.inl
+++ b/ace/OS_NS_netdb.inl
@@ -1,4 +1,5 @@
// -*- C++ -*-
+//
// $Id$
#include "ace/OS_NS_macros.h"
@@ -39,6 +40,8 @@
# endif /* ACE_MT_SAFE && ACE_MT_SAFE != 0 */
#endif /* ACE_LACKS_NETDB_REENTRANT_FUNCTIONS */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
#if !defined (VXWORKS)
ACE_INLINE struct hostent *
@@ -526,3 +529,5 @@ ACE_OS::getservbyname_r (const char *svc,
0);
#endif /* defined (ACE_HAS_REENTRANT_FUNCTIONS) && !defined (UNIXWARE) */
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL