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 | 71285d33e79652a20debdc0bb5e52f0954118d5c (patch) | |
tree | 6b35621cb599c7f90bdbc6ee8d50dfaef1fbedb1 /tests/Reactor_Notify_Test.cpp | |
parent | f99cabd3539fbce4c78c3ac0783dee77f0422304 (diff) | |
download | ATCD-71285d33e79652a20debdc0bb5e52f0954118d5c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/Reactor_Notify_Test.cpp')
-rw-r--r-- | tests/Reactor_Notify_Test.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Reactor_Notify_Test.cpp b/tests/Reactor_Notify_Test.cpp index ff5755120fb..46da964ee78 100644 --- a/tests/Reactor_Notify_Test.cpp +++ b/tests/Reactor_Notify_Test.cpp @@ -17,10 +17,10 @@ // // ============================================================================ -#include "test_config.h" #include "ace/Synch.h" -#include "ace/Service_Config.h" #include "ace/Task.h" +#include "ace/Pipe.h" +#include "test_config.h" #if defined (ACE_HAS_THREADS) @@ -101,8 +101,6 @@ Supplier_Task::~Supplier_Task (void) int Supplier_Task::svc (void) { - ACE_NEW_THREAD; - size_t i; ACE_DEBUG ((LM_DEBUG, "(%t) **** starting unlimited notifications test\n")); @@ -172,7 +170,6 @@ main (int, char *[]) ACE_START_TEST ("Reactor_Notify_Test"); #if defined (ACE_HAS_THREADS) - ACE_Service_Config daemon; ACE_ASSERT (ACE_LOG_MSG->op_status () != -1); Supplier_Task task; |