summaryrefslogtreecommitdiff
path: root/ace/Thread_Semaphore.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Semaphore.inl')
-rw-r--r--ace/Thread_Semaphore.inl7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/Thread_Semaphore.inl b/ace/Thread_Semaphore.inl
index 8d2a9adf785..e9535ff088e 100644
--- a/ace/Thread_Semaphore.inl
+++ b/ace/Thread_Semaphore.inl
@@ -1,7 +1,12 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
ACE_INLINE
ACE_Thread_Semaphore::~ACE_Thread_Semaphore (void)
{
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL