summaryrefslogtreecommitdiff
path: root/tests/TSS_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-14 18:04:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-14 18:04:17 +0000
commit0e3546ff4c1054af3ecfe7f289df62c409b92d2c (patch)
tree6b35621cb599c7f90bdbc6ee8d50dfaef1fbedb1 /tests/TSS_Test.cpp
parentc70411694693e3786cfd1d7ddf7b43f686047181 (diff)
downloadATCD-0e3546ff4c1054af3ecfe7f289df62c409b92d2c.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/TSS_Test.cpp')
-rw-r--r--tests/TSS_Test.cpp7
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;