summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/WFMO_Reactor.h')
-rw-r--r--ACE/ace/WFMO_Reactor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h
index 4d4dccd151f..fb778aba0cf 100644
--- a/ACE/ace/WFMO_Reactor.h
+++ b/ACE/ace/WFMO_Reactor.h
@@ -172,7 +172,7 @@ public:
void set (Common_Info &common_info);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
};
/**
@@ -249,7 +249,7 @@ public:
bool suspend_entry = false);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
};
/**
@@ -290,7 +290,7 @@ public:
bool resume_entry = false);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
};
/// Constructor.
@@ -427,7 +427,7 @@ public:
long &existing_masks);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
protected:
/// Reference to our WFMO_Reactor.
@@ -572,7 +572,7 @@ public:
ACE_Reactor_Mask = ACE_Event_Handler::ALL_EVENTS_MASK);
/// Dump the state of an object.
- virtual void dump (void) const;
+ virtual void dump () const;
private:
/// Pointer to the wfmo_reactor's timer queue.
@@ -1167,7 +1167,7 @@ public:
ACE_ALLOC_HOOK_DECLARE;
/// Dump the state of an object.
- virtual void dump (void) const;
+ virtual void dump () const;
protected:
/// Registration workhorse