summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Tokens/collection/collection.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 19:49:37 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 19:49:37 +0000
commit24532b6550f9451649a5794bf46aa4744676e4e9 (patch)
tree8c8fe4ace70f094ec529a7c1fff24d56d5d8cea2 /netsvcs/clients/Tokens/collection/collection.cpp
parentbddf7b304a4543312d7d0a7a8bb004b54363a19b (diff)
downloadATCD-24532b6550f9451649a5794bf46aa4744676e4e9.tar.gz
*** empty log message ***
Diffstat (limited to 'netsvcs/clients/Tokens/collection/collection.cpp')
-rw-r--r--netsvcs/clients/Tokens/collection/collection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/netsvcs/clients/Tokens/collection/collection.cpp b/netsvcs/clients/Tokens/collection/collection.cpp
index 68f7e40b0a4..44a58ffec02 100644
--- a/netsvcs/clients/Tokens/collection/collection.cpp
+++ b/netsvcs/clients/Tokens/collection/collection.cpp
@@ -41,7 +41,7 @@ static int remote = 0;
static void *
run_thread (void *vp)
{
- ACE_Thread_Control tc (ACE_Service_Config::thr_mgr ());
+ ACE_Thread_Control tc (ACE_Thread_Manager::instance ());
ACE_Token_Proxy *collection = (ACE_Token_Proxy *) vp;
int count = iterations;
@@ -176,7 +176,7 @@ main (int argc, char* argv[])
collectionBR.insert (*R);
// Spawn off three threads.
- ACE_Thread_Manager *mgr = ACE_Service_Config::thr_mgr ();
+ ACE_Thread_Manager *mgr = ACE_Thread_Manager::instance ();
if (mgr->spawn (ACE_THR_FUNC (run_thread),
(void *) &collectionAR, THR_BOUND | THR_SUSPENDED) == -1)