summaryrefslogtreecommitdiff
path: root/ace/Thread_Semaphore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Semaphore.cpp')
-rw-r--r--ace/Thread_Semaphore.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Thread_Semaphore.cpp b/ace/Thread_Semaphore.cpp
index 741c7c5ec99..8c56a7e1c31 100644
--- a/ace/Thread_Semaphore.cpp
+++ b/ace/Thread_Semaphore.cpp
@@ -1,3 +1,4 @@
+/* -*- C++ -*- */
/**
* @file Thread_Semaphore.cpp
*
@@ -21,8 +22,6 @@
ACE_RCSID(ace, Thread_Semaphore, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
ACE_Thread_Semaphore::dump (void) const
{
@@ -57,6 +56,4 @@ ACE_Malloc_Lock_Adapter_T<ACE_Thread_Semaphore>::operator () (const ACE_TCHAR *n
return p;
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_THREADS */