summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-11 01:51:50 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-11 01:51:50 +0000
commit24852062d7e4f36fead0c3e7a43fa2c177053791 (patch)
treecc6f5ab7829600b52eca5ac37d7dd7acf828b158
parentd613ee8adf33b257b37368631c196e7cad25f62c (diff)
downloadATCD-24852062d7e4f36fead0c3e7a43fa2c177053791.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 170178f47ad..17e830bc62b 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -27,7 +27,7 @@ Fri Mar 10 18:56:25 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
* orbsvcs/orbsvcs/Notify/Notify_ProxyPushConsumer_i.{h,cpp}:
Added the TAO_Notify_CosEC_ProxyPushConsumer_i type to support
backward compatibility with the CosEC spec.
- * orbsvcs/orbsvcs/Notify/Notify_ProxyPushSupplier_i.{h.cpp}
+ * orbsvcs/orbsvcs/Notify/Notify_ProxyPushSupplier_i.{h.cpp}:
Added the TAO_Notify_CosEC_ProxyPushSupplier_i type to support
backward compatibility with the CosEC spec.
* orbsvcs/orbsvcs/Notify/Notify_ProxySupplier_T.{h.cpp}:
@@ -42,16 +42,17 @@ Fri Mar 10 18:56:25 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
* orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.{h,cpp}:
* orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushSupplier_i.{h.cpp}:
Minor changes to support updates.
- * orbsvcs/orbsvcs/Notify/Notify_Types.{h,cpp}
+ * orbsvcs/orbsvcs/Notify/Notify_Types.{h,cpp}:
Introduced the TAO_Notify_Event abstract type. This allows uniform
handling of Any and Structured types.Anys are handled as the
TAO_Notify_Any type and StructuredEvent as TAO_Notify_StructuredEvent
+ * orbsvcs/orbsvcs/Makefile: updates dependencies.
Added Files:
* orbsvcs/orbsvcs/Notify/Notify_Proxy_T.{h, cpp}:
Base class for all Proxys, pushed all Filter and QoS methods here.
- * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushConsumer_i.{h,cpp}
- * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.{h,cpp}
+ * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushConsumer_i.{h,cpp}:
+ * orbsvcs/orbsvcs/Notify/Notify_SequenceProxyPushSupplier_i.{h,cpp}:
New proxy consumer and proxy supplier types that support pushing
the EventBatch type (a sequence of Structured Event).