summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-21 14:14:09 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-21 14:14:09 +0000
commit4d051bfa3f1a685a528ff4113290a019a0a2aed7 (patch)
treeb76df6845b4f375bdd0f7b00482f6024bc88161a /TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
parentf82f0588e243a2954c4298fb42ee5ef030eb0bc0 (diff)
downloadATCD-4d051bfa3f1a685a528ff4113290a019a0a2aed7.tar.gz
ChangeLogTag:Wed Apr 21 09:12:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp')
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
index c8229136215..17e744c6b0e 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/server.cpp
@@ -199,12 +199,12 @@ Server::activate_high_servant (void)
// Make the high priority task an active object.
if (this->high_priority_task_->activate
- (THR_BOUND | ACE_SCHED_FIFO,
+ (THR_BOUND | THR_SCHED_FIFO,
1,
0,
this->high_priority_) == -1)
ACE_ERROR ((LM_ERROR,
- "(%P|%t) %p\n"
+ "(%P|%t) %p\n",
"\thigh_priority_task->activate failed"));
ACE_MT (ACE_GUARD_RETURN (ACE_Thread_Mutex,
@@ -270,7 +270,7 @@ Server::activate_low_servants (void)
// Make the low priority task an active object.
if (this->low_priority_tasks_ [i - 1]->activate
- (THR_BOUND | ACE_SCHED_FIFO,
+ (THR_BOUND | THR_SCHED_FIFO,
1,
0,
this->low_priority_) == -1)