summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Reactor/Timer_State_Data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Reactor/Timer_State_Data.cpp')
-rw-r--r--ACE/examples/APG/Reactor/Timer_State_Data.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/examples/APG/Reactor/Timer_State_Data.cpp b/ACE/examples/APG/Reactor/Timer_State_Data.cpp
index 215381df394..22d5390c0e5 100644
--- a/ACE/examples/APG/Reactor/Timer_State_Data.cpp
+++ b/ACE/examples/APG/Reactor/Timer_State_Data.cpp
@@ -124,7 +124,7 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
// Listing 3 code/ch07
TemperatureSensor *sensorOne =
new TemperatureSensor ("Kitchen");
-
+
ACE_Reactor::instance ()->schedule_timer (temperatureMonitor,
sensorOne,
initialDelay,
@@ -135,7 +135,7 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
// Listing 4 code/ch07
TemperatureSensor *sensorTwo =
new TemperatureSensor ("Foyer");
-
+
ACE_Reactor::instance ()->schedule_timer (temperatureMonitor,
sensorTwo,
initialDelay,