summaryrefslogtreecommitdiff
path: root/examples/Threads/task_four.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 20:37:21 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 20:37:21 +0000
commit0725903fd35de34a14bf4fc7eb08fbca79443495 (patch)
tree0db5559c09ddb0ebf5cec31bf897a3804a7f33ef /examples/Threads/task_four.cpp
parent9fdd114f9305dd042c03e0a340bb54d6897b4751 (diff)
downloadATCD-0725903fd35de34a14bf4fc7eb08fbca79443495.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Threads/task_four.cpp')
-rw-r--r--examples/Threads/task_four.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Threads/task_four.cpp b/examples/Threads/task_four.cpp
index 9627606ae8d..3710ff1a827 100644
--- a/examples/Threads/task_four.cpp
+++ b/examples/Threads/task_four.cpp
@@ -146,7 +146,7 @@ Invoker_Task::svc (void)
// Note that the ACE_Task::svc_run () method automatically adds us to
// the Thread_Manager when the thread begins.
- ACE_Thread_Manager *thr_mgr = ACE_Service_Config::thr_mgr ();
+ ACE_Thread_Manager *thr_mgr = ACE_Thread_Manager::instance ();
Worker_Task **worker_task;
ACE_NEW_RETURN (worker_task, Worker_Task *[n_tasks_], -1);