diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-18 16:17:18 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-18 16:17:18 +0000 |
commit | 2491ecbc275754ae678571256dd90c1988cf6573 (patch) | |
tree | a40be74c5c851735c7637adfd7dd6aa4207a6351 /TAO/tests/RTScheduling | |
parent | 1f51803805f81cb037e44a3fb37458bc0b1ac181 (diff) | |
download | ATCD-2491ecbc275754ae678571256dd90c1988cf6573.tar.gz |
ChangeLogTag:Mon Aug 18 09:12:26 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/RTScheduling')
-rw-r--r-- | TAO/tests/RTScheduling/Thread_Cancel/Thread_Task.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/RTScheduling/Thread_Cancel/Thread_Task.cpp b/TAO/tests/RTScheduling/Thread_Cancel/Thread_Task.cpp index 0588c674380..5ead5c3a7ed 100644 --- a/TAO/tests/RTScheduling/Thread_Cancel/Thread_Task.cpp +++ b/TAO/tests/RTScheduling/Thread_Cancel/Thread_Task.cpp @@ -28,7 +28,7 @@ Thread_Task::activate_task (CORBA::ORB_ptr orb) this->orb_ = CORBA::ORB::_duplicate (orb); CORBA::Object_ptr current_obj = this->orb_->resolve_initial_references ("RTScheduler_Current" - ACE_ENV_ARG_PARAMETER); + ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; this->current_ = RTScheduling::Current::_narrow (current_obj @@ -135,7 +135,7 @@ Thread_Task::svc (void) ACE_CATCH (CORBA::THREAD_CANCELLED, thr_ex) { ACE_DEBUG ((LM_DEBUG, - "Distributable Thread Cancelled - Expected Exception\n")); + "Distributable Thread Cancelled - Expected Exception\n")); { ACE_GUARD_RETURN (ACE_Lock, ace_mon, *shutdown_lock_,-1); --active_thread_count_; |