summaryrefslogtreecommitdiff
path: root/ace/OS_NS_netdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_netdb.cpp')
-rw-r--r--ace/OS_NS_netdb.cpp13
1 files changed, 12 insertions, 1 deletions
diff --git a/ace/OS_NS_netdb.cpp b/ace/OS_NS_netdb.cpp
index 497f2924789..41073340e1a 100644
--- a/ace/OS_NS_netdb.cpp
+++ b/ace/OS_NS_netdb.cpp
@@ -187,12 +187,16 @@ ACE_OS::gethostbyname_r (const char *name, hostent *result,
#endif /* VXWORKS */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
// Include if_arp so that getmacaddr can use the
// arp structure.
#if defined (sun)
# include /**/ <net/if_arp.h>
#endif
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
int
ACE_OS::getmacaddress (struct macaddr_node_t *node)
{
@@ -369,9 +373,14 @@ ACE_OS::getmacaddress (struct macaddr_node_t *node)
#endif
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
# if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) && defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS)
# include "ace/OS_NS_Thread.h"
# include "ace/Object_Manager_Base.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
int
ACE_OS::netdb_acquire (void)
{
@@ -387,6 +396,8 @@ ACE_OS::netdb_release (void)
ACE_OS_Object_Manager::preallocated_object[
ACE_OS_Object_Manager::ACE_OS_MONITOR_LOCK]);
}
-# endif /* defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS) */
ACE_END_VERSIONED_NAMESPACE_DECL
+
+# endif /* defined (ACE_LACKS_NETDB_REENTRANT_FUNCTIONS) */
+