summaryrefslogtreecommitdiff
path: root/ACE/ace/Signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Signal.h')
-rw-r--r--ACE/ace/Signal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Signal.h b/ACE/ace/Signal.h
index 2a64168c1ce..e27245d2713 100644
--- a/ACE/ace/Signal.h
+++ b/ACE/ace/Signal.h
@@ -79,7 +79,7 @@ public:
sigset_t sigset (void) const;
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
@@ -201,7 +201,7 @@ public:
ACE_SignalHandler handler (void);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
@@ -229,7 +229,7 @@ public:
~ACE_Sig_Guard (void);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;