summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Misc/Timer_Service.cpp
diff options
context:
space:
mode:
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