summaryrefslogtreecommitdiff
path: root/ace/Thread.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread.inl')
-rw-r--r--ace/Thread.inl9
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/Thread.inl b/ace/Thread.inl
index 0091d8eec3a..ba635c6b2f0 100644
--- a/ace/Thread.inl
+++ b/ace/Thread.inl
@@ -1,10 +1,11 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
-// Thread.inl
-
#include "ace/OS_NS_string.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Allocates a <keyp> that is used to identify data that is specific
// to each thread in the process. The key is global to all threads in
// the process.
@@ -279,3 +280,5 @@ ACE_Thread::setprio (ACE_hthread_t ht_id, int priority, int policy)
ACE_TRACE ("ACE_Thread::setprio");
return ACE_OS::thr_setprio (ht_id, priority, policy);
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL