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/Priority_Buffer_Test.cpp | |
parent | c70411694693e3786cfd1d7ddf7b43f686047181 (diff) | |
download | ATCD-0e3546ff4c1054af3ecfe7f289df62c409b92d2c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Priority_Buffer_Test.cpp')
-rw-r--r-- | tests/Priority_Buffer_Test.cpp | 7 |
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++) |