summaryrefslogtreecommitdiff
path: root/tests/UPIPE_SAP_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
commit71285d33e79652a20debdc0bb5e52f0954118d5c (patch)
tree6b35621cb599c7f90bdbc6ee8d50dfaef1fbedb1 /tests/UPIPE_SAP_Test.cpp
parentf99cabd3539fbce4c78c3ac0783dee77f0422304 (diff)
downloadATCD-71285d33e79652a20debdc0bb5e52f0954118d5c.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r--tests/UPIPE_SAP_Test.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp
index 6d4423a3d73..f120820f116 100644
--- a/tests/UPIPE_SAP_Test.cpp
+++ b/tests/UPIPE_SAP_Test.cpp
@@ -17,11 +17,10 @@
//
// ============================================================================
-#include "test_config.h"
#include "ace/Stream.h"
#include "ace/UPIPE_Acceptor.h"
#include "ace/UPIPE_Connector.h"
-#include "ace/Service_Config.h"
+#include "test_config.h"
#if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_STREAM_PIPES) || defined (ACE_WIN32))
@@ -33,9 +32,6 @@ static ACE_UPIPE_Addr addr (__TEXT ("pattern"));
static void *
connector (void *)
{
- // Insert thread into thr_mgr.
- ACE_NEW_THREAD;
-
ACE_UPIPE_Stream c_stream;
ACE_OS::sleep (5);
@@ -96,9 +92,6 @@ connector (void *)
static void *
acceptor (void *args)
{
- // Insert thread into thr_mgr.
- ACE_NEW_THREAD;
-
ACE_UPIPE_Acceptor *acceptor = (ACE_UPIPE_Acceptor *) args;
ACE_UPIPE_Stream s_stream;