summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/task_one.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-09 13:31:46 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-09 13:31:46 +0100
commit317dd62b7112b590efe99283ceb4b2e5e5649884 (patch)
tree4df9cfc065c67e616010437b483dd97d2aba717b /ACE/examples/Threads/task_one.cpp
parent60d97734bef3939bb7ed54170fbcf9a1b459b496 (diff)
downloadATCD-317dd62b7112b590efe99283ceb4b2e5e5649884.tar.gz
Documentation, layout, C++11 changes
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 a5e36f6728d..bb0474c2894 100644
--- a/ACE/examples/Threads/task_one.cpp
+++ b/ACE/examples/Threads/task_one.cpp
@@ -21,7 +21,7 @@ public:
int n_threads,
int n_iterations);
- 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.