summaryrefslogtreecommitdiff
path: root/ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp')
-rw-r--r--ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp b/ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp
index 7e1e408a5f9..98a05b365ed 100644
--- a/ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp
+++ b/ACE/ace/Monitor_Control/Bytes_Sent_Monitor.cpp
@@ -30,7 +30,7 @@ namespace ACE
{}
void
- Bytes_Sent_Monitor::update (void)
+ Bytes_Sent_Monitor::update ()
{
this->update_i ();
@@ -39,13 +39,13 @@ namespace ACE
}
const char*
- Bytes_Sent_Monitor::default_name (void)
+ Bytes_Sent_Monitor::default_name ()
{
return Bytes_Sent_Monitor::default_name_;
}
void
- Bytes_Sent_Monitor::clear_i (void)
+ Bytes_Sent_Monitor::clear_i ()
{
this->clear_impl ();
this->Monitor_Base::clear_i ();