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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/Sig_Handler.h b/ACE/ace/Sig_Handler.h
index 1bd2a66d464..3a9e08be45b 100644
--- a/ACE/ace/Sig_Handler.h
+++ b/ACE/ace/Sig_Handler.h
@@ -42,10 +42,10 @@ class ACE_Export ACE_Sig_Handler
{
public:
/// Default constructor.
- ACE_Sig_Handler (void);
+ ACE_Sig_Handler ();
/// Destructor
- virtual ~ACE_Sig_Handler (void);
+ virtual ~ACE_Sig_Handler ();
// = Registration and removal methods.
/**
@@ -75,7 +75,7 @@ public:
// Set/get signal status.
/// True if there is a pending signal.
- static int sig_pending (void);
+ static int sig_pending ();
/// Reset the value of <sig_pending_> so that no signal is pending.
static void sig_pending (int);
@@ -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;
@@ -164,7 +164,7 @@ class ACE_Export ACE_Sig_Handlers : public ACE_Sig_Handler
{
public:
/// Default constructor
- ACE_Sig_Handlers (void);
+ ACE_Sig_Handlers ();
// = Registration and removal methods.
/**
@@ -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;