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, 1 insertions, 4 deletions
diff --git a/ace/RW_Mutex.cpp b/ace/RW_Mutex.cpp
index 54a9b17047d..cde11394329 100644
--- a/ace/RW_Mutex.cpp
+++ b/ace/RW_Mutex.cpp
@@ -1,3 +1,4 @@
+/* -*- C++ -*- */
/**
* @file RW_Mutex.cpp
*
@@ -20,8 +21,6 @@
ACE_RCSID(ace, RW_Mutex, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
void
ACE_RW_Mutex::dump (void) const
{
@@ -50,6 +49,4 @@ ACE_RW_Mutex::~ACE_RW_Mutex (void)
this->remove ();
}
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#endif /* ACE_HAS_THREADS */