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, 3 insertions, 6 deletions
diff --git a/ace/Thread.inl b/ace/Thread.inl
index ba635c6b2f0..0091d8eec3a 100644
--- a/ace/Thread.inl
+++ b/ace/Thread.inl
@@ -1,10 +1,9 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-#include "ace/OS_NS_string.h"
+// Thread.inl
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+#include "ace/OS_NS_string.h"
// 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
@@ -280,5 +279,3 @@ 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