summaryrefslogtreecommitdiff
path: root/ace/Thread_Hook.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Hook.cpp')
-rw-r--r--ace/Thread_Hook.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Thread_Hook.cpp b/ace/Thread_Hook.cpp
index e866a3626e5..e69eb0a482c 100644
--- a/ace/Thread_Hook.cpp
+++ b/ace/Thread_Hook.cpp
@@ -5,6 +5,8 @@
ACE_RCSID(ace, Thread_Hook, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_Thread_Hook::~ACE_Thread_Hook ()
{
}
@@ -27,3 +29,5 @@ ACE_Thread_Hook::thread_hook (void)
{
return ACE_OS_Object_Manager::thread_hook ();
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL