summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-31 19:35:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-31 19:35:09 +0000
commitad3bb50890827d4bba7b224ddec2fe753afb5228 (patch)
treeffcbf7feb1cf842baa4b7f2b1b5650dc003e8d2f /examples
parentb8bfde7d47e937937a442174695cd64cd7b9397b (diff)
downloadATCD-ad3bb50890827d4bba7b224ddec2fe753afb5228.tar.gz
.
Diffstat (limited to 'examples')
-rw-r--r--examples/Reactor/Misc/test_signals_1.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Reactor/Misc/test_signals_1.cpp b/examples/Reactor/Misc/test_signals_1.cpp
index 7e5e705b6f6..0f37d77a80a 100644
--- a/examples/Reactor/Misc/test_signals_1.cpp
+++ b/examples/Reactor/Misc/test_signals_1.cpp
@@ -55,14 +55,13 @@ main (int argc, char *argv[])
// First you need a handler for the timeout.
My_Handler my_handler;
- // Now set up the timer.
-
// This is the timeout period in seconds.
ACE_Time_Value period (ACE_DEFAULT_TIMEOUT);
if (argc > 1)
period.set (ACE_OS::atoi (argv[1]));
+ // Set up the periodic interval timer.
if (ACE_Reactor::instance ()->schedule_timer
(&my_handler,
"hello",