From 82224b8cc9fc850664b425822b6e859359468f45 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Fri, 3 May 2002 12:44:07 +0000 Subject: ChangeLogTag: Fri May 3 07:37:34 2002 Chad Elliott --- .../performance-tests/RTEvent/lib/Low_Priority_Setup.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp') diff --git a/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp b/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp index dc17160f165..36154df9fcd 100644 --- a/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp +++ b/TAO/orbsvcs/performance-tests/RTEvent/lib/Low_Priority_Setup.cpp @@ -80,11 +80,11 @@ Low_Priority_Setup (int consumer_count, this->clients_[j].supplier (), barrier); this->tasks_[j].thr_mgr (&this->thr_mgr_); - this->stoppers_[j].reset( - new Send_Task_Stopper (thread_priority, - thread_sched_class, - &this->tasks_[j]) - ); + ACE_AUTO_PTR_RESET (this->stoppers_[j], + new Send_Task_Stopper (thread_priority, + thread_sched_class, + &this->tasks_[j]), + Send_Task_Stopper); } } -- cgit v1.2.1