diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 18:04:17 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-14 18:04:17 +0000 |
commit | 0e3546ff4c1054af3ecfe7f289df62c409b92d2c (patch) | |
tree | 6b35621cb599c7f90bdbc6ee8d50dfaef1fbedb1 /tests/TSS_Test.cpp | |
parent | c70411694693e3786cfd1d7ddf7b43f686047181 (diff) | |
download | ATCD-0e3546ff4c1054af3ecfe7f289df62c409b92d2c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/TSS_Test.cpp')
-rw-r--r-- | tests/TSS_Test.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/TSS_Test.cpp b/tests/TSS_Test.cpp index 60a1d445066..f148b520040 100644 --- a/tests/TSS_Test.cpp +++ b/tests/TSS_Test.cpp @@ -20,10 +20,11 @@ // // ============================================================================ -#include "test_config.h" -#include "ace/Service_Config.h" #include "ace/Synch.h" +#include "ace/Thread_Manager.h" +#include "ace/Signal.h" #include "TSS_Test_Errno.h" +#include "test_config.h" #if defined (ACE_HAS_THREADS) @@ -69,8 +70,6 @@ cleanup (void *ptr) static void * worker (void *c) { - ACE_NEW_THREAD; - int count = int (c); ACE_thread_key_t key = ACE_OS::NULL_key; |