summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/client.cpp')
-rw-r--r--TAO/examples/Quoter/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/client.cpp b/TAO/examples/Quoter/client.cpp
index 33b0a7acb04..cc5688e3568 100644
--- a/TAO/examples/Quoter/client.cpp
+++ b/TAO/examples/Quoter/client.cpp
@@ -390,7 +390,7 @@ main (int argc, char **argv)
for (i = 0; i < threads; i++)
- clients[i]->activate (THR_BOUND | THR_SCHED_FIFO, 1, 0,
+ clients[i]->activate (THR_BOUND | THR_SCHED_FIFO, 1, 0
ACE_DEFAULT_THREAD_PRIORITY);
int result = ACE_Thread_Manager::instance ()->wait ();