summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 18:31:09 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-12 18:31:09 +0000
commit135eda0e329a268c0728447629ee64a5f78c874a (patch)
treea8a31b35cac4434022a54e43017c998bbfc86070
parentd7e7665fcdfa48ad6b1737c52c7a505b757886b7 (diff)
downloadATCD-135eda0e329a268c0728447629ee64a5f78c874a.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 98c129631cb..6f51e6442fc 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Fri Mar 12 12:23:07 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Time/Timer_Helper.cpp (handle_timeout): Retrieved
+ the timezone information and set the time displacement factor for the
+ clerk's time.
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h : Added the GET/SET
+ methods for the time displacement factor.
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp : Added implementation
+ for the above methods. Passed the time zone information to the UTO
+ created in universal_time ().
+
+ The timer_helper uses the newly added timezone wrappers of OS.h. These
+ wrappers are yet to be tested on NT. Thanks to
+ Brian Dance <Brian_Dance@UECCS.co.uk> for reporting this.
+
Fri Mar 12 10:38:18 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
* tao/CDR_Interpreter.cpp: