diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-25 21:44:04 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-25 21:44:04 +0000 |
commit | 2fa1b9cb3c0cd8a4a1b9fc03d03764af6ddd7477 (patch) | |
tree | a6171ec90033bb7ccc80d44601a09c52c513b6da /tests/Tokens_Test.cpp | |
parent | 8a0f78acda236012a4e982887f18af2d23cec5e8 (diff) | |
download | ATCD-2fa1b9cb3c0cd8a4a1b9fc03d03764af6ddd7477.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Tokens_Test.cpp')
-rw-r--r-- | tests/Tokens_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Tokens_Test.cpp b/tests/Tokens_Test.cpp index 4ef25f69d06..691be54a620 100644 --- a/tests/Tokens_Test.cpp +++ b/tests/Tokens_Test.cpp @@ -55,7 +55,7 @@ public: static void * run_thread (void *vp) { - ACE_Thread_Control tc (ACE_Service_Config::thr_mgr ()); + ACE_Thread_Control tc (ACE_Thread_Manager::instance ()); ACE_NEW_THREAD; Test_Params *tp = (Test_Params *) vp; ACE_Token_Collection collection (1, tp->collection_name_); @@ -145,7 +145,7 @@ run_test (ACE_Token_Proxy *A, tp3.token2_ = 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 *) &tp1, THR_BOUND | THR_SUSPENDED) == -1) |