summaryrefslogtreecommitdiff
path: root/ace/OS_NS_Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_NS_Thread.cpp')
-rw-r--r--ace/OS_NS_Thread.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/OS_NS_Thread.cpp b/ace/OS_NS_Thread.cpp
index 140adaf7ed7..52f4b797da2 100644
--- a/ace/OS_NS_Thread.cpp
+++ b/ace/OS_NS_Thread.cpp
@@ -23,8 +23,9 @@ ACE_RCSID (ace,
#include "ace/Condition_T.h"
#include "ace/Guard_T.h"
+
extern "C" void
-ace_mutex_lock_cleanup_adapter (void *args)
+ACE_MUTEX_LOCK_CLEANUP_ADAPTER_NAME (void *args)
{
ACE_OS::mutex_lock_cleanup (args);
}
@@ -87,6 +88,8 @@ HANDLE WINAPI __IBMCPP__beginthreadex(void *stack,
/*****************************************************************************/
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
void
ACE_Thread_ID::to_string (char *thr_string) const
{
@@ -5394,6 +5397,8 @@ ACE_OS::unique_name (const void *object,
}
#endif
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#if defined (VXWORKS)
# include /**/ <usrLib.h> /* for ::sp() */