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, 6 insertions, 1 deletions
diff --git a/ace/RW_Process_Mutex.inl b/ace/RW_Process_Mutex.inl
index cc59bb9fc17..e3bced0449c 100644
--- a/ace/RW_Process_Mutex.inl
+++ b/ace/RW_Process_Mutex.inl
@@ -1,6 +1,9 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+//
// $Id$
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
// Explicitly destroy the mutex.
ACE_INLINE int
ACE_RW_Process_Mutex::remove (void)
@@ -70,3 +73,5 @@ ACE_RW_Process_Mutex::lock (void) const
// ACE_TRACE ("ACE_RW_Process_Mutex::lock");
return this->lock_;
}
+
+ACE_END_VERSIONED_NAMESPACE_DECL