summaryrefslogtreecommitdiff
path: root/ACE/ace/RW_Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/RW_Mutex.cpp')
-rw-r--r--ACE/ace/RW_Mutex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/RW_Mutex.cpp b/ACE/ace/RW_Mutex.cpp
index 3711ca5ce9a..9a4fbaef0c1 100644
--- a/ACE/ace/RW_Mutex.cpp
+++ b/ACE/ace/RW_Mutex.cpp
@@ -21,7 +21,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
void
-ACE_RW_Mutex::dump (void) const
+ACE_RW_Mutex::dump () const
{
#if defined (ACE_HAS_DUMP)
// ACE_TRACE ("ACE_RW_Mutex::dump");
@@ -42,7 +42,7 @@ ACE_RW_Mutex::ACE_RW_Mutex (int type, const ACE_TCHAR *name, void *arg)
ACE_TEXT ("ACE_RW_Mutex::ACE_RW_Mutex")));
}
-ACE_RW_Mutex::~ACE_RW_Mutex (void)
+ACE_RW_Mutex::~ACE_RW_Mutex ()
{
// ACE_TRACE ("ACE_RW_Mutex::~ACE_RW_Mutex");
this->remove ();