summaryrefslogtreecommitdiff
path: root/ACE/tests/WFMO_Reactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/WFMO_Reactor_Test.cpp')
-rw-r--r--ACE/tests/WFMO_Reactor_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/tests/WFMO_Reactor_Test.cpp b/ACE/tests/WFMO_Reactor_Test.cpp
index e76d831ee6d..d1058c1d6c5 100644
--- a/ACE/tests/WFMO_Reactor_Test.cpp
+++ b/ACE/tests/WFMO_Reactor_Test.cpp
@@ -25,7 +25,7 @@ class Event_Handler : public ACE_Event_Handler
public:
Event_Handler (ACE_Reactor &reactor);
- ~Event_Handler (void);
+ ~Event_Handler ();
ACE_Pipe pipe_;
};
@@ -58,7 +58,7 @@ Event_Handler::Event_Handler (ACE_Reactor &reactor)
ACE_TEST_ASSERT (result == 0);
}
-Event_Handler::~Event_Handler (void)
+Event_Handler::~Event_Handler ()
{
ACE_DEBUG ((LM_DEBUG,
"Reference count in ~Event_Handler() is %d\n",
@@ -68,7 +68,7 @@ Event_Handler::~Event_Handler (void)
}
void
-test (void)
+test ()
{
int result = 0;
int i = 0;