summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-13 23:57:30 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-13 23:57:30 +0000
commitf793f2fc7b9c29f780182f1ae52f3225e299be3d (patch)
tree0667cac2826970575fd011d5a86337b21ab13600
parent04967412f7e3e4b9ed438ba7927d3465d7cdd16c (diff)
downloadATCD-f793f2fc7b9c29f780182f1ae52f3225e299be3d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c45
1 files changed, 27 insertions, 18 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 2c6274d89d8..9584457bd5d 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,45 +1,54 @@
+Sat Feb 13 17:52:01 1999 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
+
+ Changed the following to make the time returned in units of 100
+ nanoseconds instead of seconds.
+
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp :
+ * orbsvcs/orbsvcs/Time/TAO_Time_Service_Clerk.cpp) :
+ * orbsvcs/orbsvcs/Time/Timer_Helper.cpp :
+
Sat Feb 13 01:11:52 1999 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
* orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.cpp:
Replaced the _env environment variable usages with the TAO_IN_ENV
parameters.
-
+
Fri Feb 12 22:04:31 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
- * orbsvcs/orbsvcs/Event/EC_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
- * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
- * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
+ * orbsvcs/orbsvcs/Event/EC_Factory.h:
+ * orbsvcs/orbsvcs/Event/EC_Basic_Factory.h:
+ * orbsvcs/orbsvcs/Event/EC_Basic_Factory.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Null_Factory.h:
+ * orbsvcs/orbsvcs/Event/EC_Null_Factory.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Event_Channel.h:
+ * orbsvcs/orbsvcs/Event/EC_Event_Channel.i:
Added new methods to create the locking strategies in the
ProxyPushConsumer and ProxyPushSupplier.
The Null_Factory uses ACE_Lock_Adapter<ACE_Null_Mutex>, the
Basic_Factory uses ACE_Lock_Adapter<ACE_SYNCH_MUTEX>.
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
- * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
+ * orbsvcs/orbsvcs/Event/EC_ProxySupplier.h:
+ * orbsvcs/orbsvcs/Event/EC_ProxySupplier.i:
+ * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
The ProxyPushSupplier uses the new locking strategies.
A couple of private _i methods were added to avoid dead-locks.
- * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
- * orbsvcs/orbsvcs/Event/EC_Dispatching.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Dispatching.h:
+ * orbsvcs/orbsvcs/Event/EC_Dispatching.cpp:
The dispatching strategy receives the consumer object reference
from the ProxyPushSupplier, otherwise it has to make an upcall
and incurs in a dead-lock.
- * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
- * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
- * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
+ * orbsvcs/orbsvcs/Event/EC_SupplierFiltering.h:
+ * orbsvcs/tests/EC_Throughput/ECT_Throughput.cpp:
+ * orbsvcs/orbsvcs/Event/EC_ProxyConsumer.cpp:
Minor cosmetic changes.
- * orbsvcs/orbsvcs/Makefile:
+ * orbsvcs/orbsvcs/Makefile:
Added dependencies for the new Event2 service.
- * tao/GIOP.cpp:
+ * tao/GIOP.cpp:
Added some comments.
Fri Feb 12 21:20:49 1999 Jeff Parsons <parsons@cs.wustl.edu>