summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 00:10:47 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-02 00:10:47 +0000
commit66267bf975c2835b03ecd8b9dababd3140b36ebf (patch)
tree95308ad67f3b151b3f06a61b5bc80fe0c24c677c /TAO/orbsvcs/orbsvcs/Time
parent6d18b0aa23efdecbeccfbd036a15a8d7e1220aa7 (diff)
downloadATCD-66267bf975c2835b03ecd8b9dababd3140b36ebf.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp b/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp
index 528c142b098..28a359d1f44 100644
--- a/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp
+++ b/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp
@@ -12,17 +12,17 @@ TAO_Time_Service_Clerk::TAO_Time_Service_Clerk (int timer_value,
helper_ (this)
{
- // Schedule the helper to be invoked by the reactor
- // periodically.
-
- if (TAO_ORB_Core_instance ()->reactor ()->schedule_timer
- (&helper_,
- 0,
- ACE_Time_Value::zero,
- ACE_Time_Value (timer_value)) == -1)
- ACE_ERROR ((LM_ERROR,
- "%p\n",
- "schedule_timer ()"));
+ // Schedule the helper to be invoked by the reactor
+ // periodically.
+
+ if (TAO_ORB_Core_instance ()->reactor ()->schedule_timer
+ (&helper_,
+ 0,
+ ACE_Time_Value::zero,
+ ACE_Time_Value (timer_value)) == -1)
+ ACE_ERROR ((LM_ERROR,
+ "%p\n",
+ "schedule_timer ()"));
}
// Destructor.