summaryrefslogtreecommitdiff
path: root/ACE/ace/Semaphore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Semaphore.cpp')
-rw-r--r--ACE/ace/Semaphore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Semaphore.cpp b/ACE/ace/Semaphore.cpp
index dcbac24fcc3..63cbf87769e 100644
--- a/ACE/ace/Semaphore.cpp
+++ b/ACE/ace/Semaphore.cpp
@@ -15,7 +15,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_ALLOC_HOOK_DEFINE(ACE_Semaphore)
void
-ACE_Semaphore::dump (void) const
+ACE_Semaphore::dump () const
{
#if defined (ACE_HAS_DUMP)
// ACE_TRACE ("ACE_Semaphore::dump");
@@ -51,7 +51,7 @@ ACE_Semaphore::ACE_Semaphore (unsigned int count,
ACE_TEXT ("ACE_Semaphore::ACE_Semaphore")));
}
-ACE_Semaphore::~ACE_Semaphore (void)
+ACE_Semaphore::~ACE_Semaphore ()
{
// ACE_TRACE ("ACE_Semaphore::~ACE_Semaphore");