summaryrefslogtreecommitdiff
path: root/ace/Mutex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Mutex.inl')
-rw-r--r--ace/Mutex.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/Mutex.inl b/ace/Mutex.inl
index 26fb51a0c50..a038aa6d9be 100644
--- a/ace/Mutex.inl
+++ b/ace/Mutex.inl
@@ -1,12 +1,9 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
#include "ace/OS_NS_sys_mman.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE int
ACE_Mutex::acquire_read (void)
{
@@ -171,5 +168,3 @@ ACE_Mutex::remove (void)
#endif /* CHORUS || ACE_HAS_PTHREADS || ACE_HAS_STHREADS */
return result;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL