summaryrefslogtreecommitdiff
path: root/tests/Reactor_Notify_Test.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-06 09:25:14 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-06 09:25:14 +0000
commit5435e9c027ace73e362f2d2941d0d53426914def (patch)
treecb86f72cea99d56f3610559332fa49b9752db9a1 /tests/Reactor_Notify_Test.cpp
parenta0c3a8a9bf8817889442126649f8843bbbd5be56 (diff)
downloadATCD-5435e9c027ace73e362f2d2941d0d53426914def.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Reactor_Notify_Test.cpp')
-rw-r--r--tests/Reactor_Notify_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Reactor_Notify_Test.cpp b/tests/Reactor_Notify_Test.cpp
index eb69526a053..4b9ef7db7aa 100644
--- a/tests/Reactor_Notify_Test.cpp
+++ b/tests/Reactor_Notify_Test.cpp
@@ -12,7 +12,7 @@
// This is a test that illustrates how the <ACE_Reactor>'s <notify>
// method works under various <max_notify_iterations> settings.
// It also tests that the <disable_notify_pipe> option works
-// correctly.
+// correctly.
//
// = AUTHOR
// Douglas C. Schmidt
@@ -205,8 +205,6 @@ Supplier_Task::handle_output (ACE_HANDLE handle)
return 0;
}
-#endif /* ACE_HAS_THREADS */
-
static void
run_test (int disable_notify_pipe)
{
@@ -271,6 +269,8 @@ run_test (int disable_notify_pipe)
delete reactor;
}
+#endif /* ACE_HAS_THREADS */
+
int
main (int, char *[])
{