summaryrefslogtreecommitdiff
path: root/ace/RW_Process_Mutex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RW_Process_Mutex.inl')
-rw-r--r--ace/RW_Process_Mutex.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/RW_Process_Mutex.inl b/ace/RW_Process_Mutex.inl
index e3bced0449c..cc59bb9fc17 100644
--- a/ace/RW_Process_Mutex.inl
+++ b/ace/RW_Process_Mutex.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Explicitly destroy the mutex.
ACE_INLINE int
ACE_RW_Process_Mutex::remove (void)
@@ -73,5 +70,3 @@ ACE_RW_Process_Mutex::lock (void) const
// ACE_TRACE ("ACE_RW_Process_Mutex::lock");
return this->lock_;
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL