summaryrefslogtreecommitdiff
path: root/ACE/ace/Profile_Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Profile_Timer.cpp')
-rw-r--r--ACE/ace/Profile_Timer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Profile_Timer.cpp b/ACE/ace/Profile_Timer.cpp
index 0e80384eaf6..0d807f96dad 100644
--- a/ACE/ace/Profile_Timer.cpp
+++ b/ACE/ace/Profile_Timer.cpp
@@ -27,7 +27,7 @@ ACE_ALLOC_HOOK_DEFINE(ACE_Profile_Timer)
void
-ACE_Profile_Timer::dump (void) const
+ACE_Profile_Timer::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Profile_Timer::dump");
@@ -36,7 +36,7 @@ ACE_Profile_Timer::dump (void) const
// Initialize interval timer.
-ACE_Profile_Timer::ACE_Profile_Timer (void)
+ACE_Profile_Timer::ACE_Profile_Timer ()
{
ACE_TRACE ("ACE_Profile_Timer::ACE_Profile_Timer");
ACE_OS::memset (&this->end_usage_, 0, sizeof this->end_usage_);
@@ -61,7 +61,7 @@ ACE_Profile_Timer::ACE_Profile_Timer (void)
}
// Terminate the interval timer.
-ACE_Profile_Timer::~ACE_Profile_Timer (void)
+ACE_Profile_Timer::~ACE_Profile_Timer ()
{
ACE_TRACE ("ACE_Profile_Timer::~ACE_Profile_Timer");
# if defined (ACE_HAS_PRUSAGE_T)