summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/barrier2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/barrier2.cpp')
-rw-r--r--ACE/examples/Threads/barrier2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Threads/barrier2.cpp b/ACE/examples/Threads/barrier2.cpp
index 1fa492857d3..aaddab06bc9 100644
--- a/ACE/examples/Threads/barrier2.cpp
+++ b/ACE/examples/Threads/barrier2.cpp
@@ -45,7 +45,7 @@ public:
private:
virtual int put (ACE_Message_Block *mb, ACE_Time_Value *tv=0);
- 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.