summaryrefslogtreecommitdiff
path: root/ACE/tests/Task_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Task_Test.cpp')
-rw-r--r--ACE/tests/Task_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Task_Test.cpp b/ACE/tests/Task_Test.cpp
index 967fa03f5fb..de05a529df7 100644
--- a/ACE/tests/Task_Test.cpp
+++ b/ACE/tests/Task_Test.cpp
@@ -47,7 +47,7 @@ public:
/// Iterate <n_iterations> time printing off a message and "waiting"
/// for all other threads to complete this iteration.
- virtual int svc (void);
+ virtual int svc ();
private:
/// Reference to the tester barrier. This controls each iteration of
@@ -94,7 +94,7 @@ Barrier_Task::close (u_long)
// Iterate <n_iterations> time printing off a message and "waiting"
// for all other threads to complete this iteration.
int
-Barrier_Task::svc (void)
+Barrier_Task::svc ()
{
for (int iterations = 1;
iterations <= this->n_iterations_;