summaryrefslogtreecommitdiff
path: root/ACE/ace/Sig_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Sig_Handler.h')
-rw-r--r--ACE/ace/Sig_Handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Sig_Handler.h b/ACE/ace/Sig_Handler.h
index 1bd2a66d464..07673a67c44 100644
--- a/ACE/ace/Sig_Handler.h
+++ b/ACE/ace/Sig_Handler.h
@@ -98,7 +98,7 @@ public:
ucontext_t *);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
@@ -215,7 +215,7 @@ public:
static void dispatch (int signum, siginfo_t *, ucontext_t *);
/// Dump the state of an object.
- void dump (void) const;
+ void dump () const;
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;