summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/thread_pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/thread_pool.cpp')
-rw-r--r--ACE/examples/Threads/thread_pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Threads/thread_pool.cpp b/ACE/examples/Threads/thread_pool.cpp
index dfd85641bd0..9d560cb29e0 100644
--- a/ACE/examples/Threads/thread_pool.cpp
+++ b/ACE/examples/Threads/thread_pool.cpp
@@ -38,7 +38,7 @@ public:
~Thread_Pool (void);
// Destructor...
- virtual int svc (void);
+ virtual int svc ();
// Iterate <n_iterations> time printing off a message and "waiting"
// for all other threads to complete this iteration.