summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 17:46:34 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 17:46:34 +0000
commit75a7b5c96c3b562e05be6eb8db3ea239f171e017 (patch)
tree6e4b9f21cbecb190c33cfb5d0a973db76135ede1
parentf30610f733c84f403dbb50cfba6fc218824a0fd1 (diff)
downloadATCD-75a7b5c96c3b562e05be6eb8db3ea239f171e017.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d2c19bd2cfe..32ee0677c68 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,25 @@
+Fri Jul 16 12:21:58 1999 Vishal Kachroo <vishal@cs.wustl.edu>
+
+ Fixed a CORBA::TRANSIENT exception thrown by an _narrow () by
+ adding activate_poa_manager () in init () of the following:
+ * orbsvcs/Time_Service/Server_i.cpp.
+
+ Added a parameter to fine tune the clerk's synchronization
+ period in microseconds.
+
+ * orbsvcs/Time_Service/Clerk_i.cpp.
+ * orbsvcs/Time_Service/Clerk_i.h.
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp.
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.h.
+
+ Added the MAGIC OFFSET to make the base time as 15th October
+ 1582 instead of 1st Jan 1970. Thanks to Carsten Zerbst
+ <zerbst@tu-harburg.de> for pointing this out and Mark
+ Laffoon<mark.laffoon@centraxcorp.com> for contributing the magic
+ offset.
+
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp.
+
Fri Jul 16 10:08:22 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be_visitor_union/union_cs.cpp: