summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/task_four.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/task_four.cpp')
-rw-r--r--ACE/examples/Threads/task_four.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/Threads/task_four.cpp b/ACE/examples/Threads/task_four.cpp
index b53cc2e8223..e1f06fa7d1f 100644
--- a/ACE/examples/Threads/task_four.cpp
+++ b/ACE/examples/Threads/task_four.cpp
@@ -45,7 +45,7 @@ public:
size_t n_tasks,
size_t n_threads,
size_t n_iterations);
- virtual int svc (void);
+ virtual int svc ();
// creats <n_tasks> and wait for them to finish
private:
@@ -63,7 +63,7 @@ public:
Worker_Task (ACE_Thread_Manager *thr_mgr,
size_t n_threads,
size_t n_iterations);
- virtual int svc (void);
+ virtual int svc ();
//FUZZ: disable check_for_lack_ACE_OS
// Does a small work...