summaryrefslogtreecommitdiff
path: root/ace/RW_Mutex.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RW_Mutex.inl')
-rw-r--r--ace/RW_Mutex.inl7
1 files changed, 1 insertions, 6 deletions
diff --git a/ace/RW_Mutex.inl b/ace/RW_Mutex.inl
index 47b95a3bb94..4d5fb16be2c 100644
--- a/ace/RW_Mutex.inl
+++ b/ace/RW_Mutex.inl
@@ -1,9 +1,6 @@
-// -*- C++ -*-
-//
+/* -*- C++ -*- */
// $Id$
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
ACE_INLINE const ACE_rwlock_t &
ACE_RW_Mutex::lock (void) const
{
@@ -79,5 +76,3 @@ ACE_RW_Mutex::release (void)
// ACE_TRACE ("ACE_RW_Mutex::release");
return ACE_OS::rw_unlock (&this->lock_);
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL