summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog-99c
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog-99c')
-rw-r--r--TAO/ChangeLog-99c46
1 files changed, 46 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index b16a3182bcb..110054af411 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,49 @@
+Wed Mar 10 16:43:55 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.h:
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.i:
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Filter.cpp:
+ * orbsvcs/orbsvcs/Event/EC_Timeout_Generator.cpp:
+ The type of event generated by the filter is can be passed in
+ the Filter constructor.
+ This is also used to control if the event is a one shot timeout
+ or an interval timeout.
+
+ * orbsvcs/orbsvcs/Event/EC_Basic_Filter_Builder.cpp:
+ We must create a Timeout_Filter for events of type
+ ACE_ES_TIMEOUT_EVENT too.
+ The type of event is passed to the Timeout_Filter.
+
+ * orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
+ Only push events if the consumer is not disconnected.
+
+ * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set_T.cpp:
+ Fixed memory managment bug.
+
+ * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.h:
+ * orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp:
+ The UDP gateway does not require an scheduler, it can be argued
+ that it cannot use an scheduler because UDP is not suitable for
+ hard real-time systems.
+
+ * orbsvcs/tests/EC_Mcast/EC_Mcast.h:
+ * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
+ Removed scheduler and some includes related to the old EC.
+
+ * orbsvcs/orbsvcs/Event/EC_ProxyPushSupplier_Set.h:
+ Work around horrible g++ 2.7.2 bug with forward declaration of
+ templates.
+
+ * orbsvcs/orbsvcs/Event/EC_ObserverStrategy.h:
+ Also fixed a couple of g++ 2.7.2 warnings, that look like
+ compiler bugs to me.
+
+ * tao/decode.cpp:
+ Updated some comments in the object reference decoder.
+
+ * tests/CDR/allocator.cpp:
+ Minor cosmetic fixes.
+
Wed Mar 10 10:43:08 EST 1999 Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
* TAO_IDL/fe/idl.yy: