summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp')
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp b/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
index 18e0373eccc..b33b0027522 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
@@ -24,14 +24,14 @@
class Event_Handler : public ACE_Event_Handler
{
public:
- Event_Handler (void)
+ Event_Handler ()
: event_ (1)
{
ACE_DEBUG ((LM_DEBUG,
"Event_Handler created\n"));
}
- ~Event_Handler (void)
+ ~Event_Handler ()
{
ACE_DEBUG ((LM_DEBUG,
"Event_Handler destroyed\n"));