summaryrefslogtreecommitdiff
path: root/ace/Thread_Control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Control.cpp')
-rw-r--r--ace/Thread_Control.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Thread_Control.cpp b/ace/Thread_Control.cpp
index 5415e74b687..5198fad391d 100644
--- a/ace/Thread_Control.cpp
+++ b/ace/Thread_Control.cpp
@@ -18,6 +18,8 @@ ACE_RCSID(ace, Thread_Control, "$Id$")
# include "ace/Thread_Control.inl"
#endif /* ACE_HAS_INLINED_OS_CALLS */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
void
ACE_Thread_Control::dump (void) const
{
@@ -90,3 +92,5 @@ ACE_Thread_Control::exit (ACE_THR_FUNC_RETURN exit_status, int do_thr_exit)
return 0;
}
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL