summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/task_one.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/task_one.cpp')
-rw-r--r--ACE/examples/Threads/task_one.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Threads/task_one.cpp b/ACE/examples/Threads/task_one.cpp
index a30478a7ab4..e2dab9b6369 100644
--- a/ACE/examples/Threads/task_one.cpp
+++ b/ACE/examples/Threads/task_one.cpp
@@ -49,7 +49,7 @@ Barrier_Task::Barrier_Task (ACE_Thread_Manager *thr_mgr,
// for all other threads to complete this iteration.
int
-Barrier_Task::svc (void)
+Barrier_Task::svc ()
{
// Note that the ACE_Task::svc_run() method automatically adds us to
// the Thread_Manager when the thread begins.