summaryrefslogtreecommitdiff
path: root/ace/OS_Thread_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_Thread_Adapter.cpp')
-rw-r--r--ace/OS_Thread_Adapter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/OS_Thread_Adapter.cpp b/ace/OS_Thread_Adapter.cpp
index 1bdeacc24ee..1f7e94a2890 100644
--- a/ace/OS_Thread_Adapter.cpp
+++ b/ace/OS_Thread_Adapter.cpp
@@ -11,8 +11,6 @@ ACE_RCSID (ace,
#include "ace/Global_Macros.h"
#include "ace/OS_NS_Thread.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_OS_Thread_Adapter::ACE_OS_Thread_Adapter (
ACE_THR_FUNC user_func
, void *arg
@@ -173,5 +171,3 @@ ACE_OS_Thread_Adapter::invoke (void)
return status;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL