summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp')
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp b/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
index 5d8fe687f6e..78035c00323 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
@@ -56,7 +56,7 @@ public:
{
}
- ~Handler (void)
+ ~Handler ()
{
this->reactor (0);
}
@@ -116,7 +116,7 @@ public:
{
}
- ~Different_Handler (void)
+ ~Different_Handler ()
{
this->reactor (0);
}
@@ -203,7 +203,7 @@ protected:
// Selection of which reactor should get created
//
ACE_Reactor *
-create_reactor (void)
+create_reactor ()
{
ACE_Reactor_Impl *impl = 0;