summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/Timer_Service.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 20:44:27 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 20:44:27 +0000
commit208fdd1b7ee2d8bb09cdb7107c754e12c4fab331 (patch)
tree86d968964d75dee5fb35253f52fd8ee21453deb0 /examples/Service_Configurator/Misc/Timer_Service.cpp
parentb9e8527bdedaa4a7619769ab434cfd70889609e4 (diff)
downloadATCD-208fdd1b7ee2d8bb09cdb7107c754e12c4fab331.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Service_Configurator/Misc/Timer_Service.cpp')
-rw-r--r--examples/Service_Configurator/Misc/Timer_Service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/Timer_Service.cpp b/examples/Service_Configurator/Misc/Timer_Service.cpp
index d30fea51cda..f244f74eaa2 100644
--- a/examples/Service_Configurator/Misc/Timer_Service.cpp
+++ b/examples/Service_Configurator/Misc/Timer_Service.cpp
@@ -46,7 +46,7 @@ Timer_Service::init (int argc, char *argv[])
// Register the timer to go off in 1 second, and then to go off
// every <interval> seconds.
- if (ACE_Reactor::instance()->schedule_timer
+ if (ACE_Reactor::instance ()->schedule_timer
(this, 0, ACE_Time_Value (1), ACE_Time_Value (interval)) == -1)
return -1;
else