summaryrefslogtreecommitdiff
path: root/tests/Priority_Buffer_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/Priority_Buffer_Test.cpp
parentf99cabd3539fbce4c78c3ac0783dee77f0422304 (diff)
downloadATCD-71285d33e79652a20debdc0bb5e52f0954118d5c.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r--tests/Priority_Buffer_Test.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Priority_Buffer_Test.cpp b/tests/Priority_Buffer_Test.cpp
index 6e1fd8c3bd8..b7fb985d6ce 100644
--- a/tests/Priority_Buffer_Test.cpp
+++ b/tests/Priority_Buffer_Test.cpp
@@ -19,9 +19,9 @@
//
// ============================================================================
-#include "test_config.h"
#include "ace/Message_Queue.h"
-#include "ace/Service_Config.h"
+#include "ace/Thread_Manager.h"
+#include "test_config.h"
#if defined (ACE_HAS_THREADS)
@@ -87,9 +87,6 @@ producer (void *args)
{
ACE_Message_Queue<ACE_MT_SYNCH> *msg_queue = (ACE_Message_Queue<ACE_MT_SYNCH> *) args;
- // Insert thread into thr_mgr.
- ACE_NEW_THREAD;
-
ACE_Message_Block *mb = 0;
for (char *c = ACE_ALPHABET; *c != '\0'; c++)