diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-31 09:49:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-31 09:49:06 +0000 |
commit | fb775bc3fac5c5ae5d28cc0dc91b4ea2247d41ab (patch) | |
tree | 168604b463027e9780892a37df9e6de2c0016f81 /tests/Reactors_Test.cpp | |
parent | a663269dd7ded780a08d6220ca7cb8924f3a5159 (diff) | |
download | ATCD-fb775bc3fac5c5ae5d28cc0dc91b4ea2247d41ab.tar.gz |
foo
Diffstat (limited to 'tests/Reactors_Test.cpp')
-rw-r--r-- | tests/Reactors_Test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Reactors_Test.cpp b/tests/Reactors_Test.cpp index c847e557ddb..65fa36f49a8 100644 --- a/tests/Reactors_Test.cpp +++ b/tests/Reactors_Test.cpp @@ -183,7 +183,8 @@ main (int, char *[]) ACE_START_TEST ("Reactors_Test"); #if defined (ACE_HAS_THREADS) - ACE_Service_Config daemon; // We need this to make sure the Reactor Singleton gets deleted! + // We need this to make sure the Reactor Singleton gets deleted! + ACE_Service_Config daemon; ACE_ASSERT (ACE_LOG_MSG->op_status () != -1); ACE_Reactor *reactor; |