summaryrefslogtreecommitdiff
path: root/ACE/tests/Task_Wait_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Task_Wait_Test.cpp')
-rw-r--r--ACE/tests/Task_Wait_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Task_Wait_Test.cpp b/ACE/tests/Task_Wait_Test.cpp
index ba56ebc1737..2a798a0923d 100644
--- a/ACE/tests/Task_Wait_Test.cpp
+++ b/ACE/tests/Task_Wait_Test.cpp
@@ -35,7 +35,7 @@ class Do_Nothing_Task : public ACE_Task_Base {
public:
virtual int close (u_long flags = 0);
- virtual int svc (void);
+ virtual int svc ();
};
// close tries to wait for other threads. There aren't any, but as long as
@@ -54,7 +54,7 @@ Do_Nothing_Task::close (u_long)
// svc just waits a second then exits.
int
-Do_Nothing_Task::svc (void)
+Do_Nothing_Task::svc ()
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("Task 0x%x, thread %t waiting to exit\n"),