summaryrefslogtreecommitdiff
path: root/ace/RW_Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/RW_Mutex.cpp')
-rw-r--r--ace/RW_Mutex.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/RW_Mutex.cpp b/ace/RW_Mutex.cpp
index cde11394329..54a9b17047d 100644
--- a/ace/RW_Mutex.cpp
+++ b/ace/RW_Mutex.cpp
@@ -1,4 +1,3 @@
-/* -*- C++ -*- */
/**
* @file RW_Mutex.cpp
*
@@ -21,6 +20,8 @@
ACE_RCSID(ace, RW_Mutex, "$Id$")
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
void
ACE_RW_Mutex::dump (void) const
{
@@ -49,4 +50,6 @@ ACE_RW_Mutex::~ACE_RW_Mutex (void)
this->remove ();
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#endif /* ACE_HAS_THREADS */