summaryrefslogtreecommitdiff
path: root/ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h')
-rw-r--r--ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h b/ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h
index 82fd3170784..568a1ed2a34 100644
--- a/ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h
+++ b/ACE/ace/Monitor_Control/Null_Network_Interface_Monitor.h
@@ -38,13 +38,13 @@ namespace ACE
class MONITOR_CONTROL_Export Null_Network_Interface_Monitor
{
protected:
- Null_Network_Interface_Monitor (void);
+ Null_Network_Interface_Monitor ();
/// Platform-specific implementation.
- void update_i (void);
+ void update_i ();
/// Platform-specific reset.
- void clear_impl (void);
+ void clear_impl ();
protected:
ACE_UINT64 value_;