summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-13 11:05:21 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-13 11:05:21 +0000
commitf5d3de838e2a0b4ade9a82df6a4050543c67e70c (patch)
tree6112a5446020a8b93bd630539d0d6d5dc4387191
parent6ba88d7d0a1910b17cbd739f09acb5c26c4af968 (diff)
downloadATCD-f5d3de838e2a0b4ade9a82df6a4050543c67e70c.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c29
1 files changed, 24 insertions, 5 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 5b94cb4bbab..11e64f3e6d8 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,12 +1,31 @@
+Mon Dec 13 04:52:37 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushSupplier_i.{h,cpp}:
+ * orbsvcs/orbsvcs/Notify/Notify_StructuredProxyPushConsumer_i.{h,cpp}:
+ added these files for the Notification Service implementation.
+ * orbsvcs/orbsvcs/Notify/Notify_StructuredPushConsumer.{h,cpp}:
+ * orbsvcs/orbsvcs/Notify/Notify_StructuredPushSupplier.{h,cpp}:
+ added these helper classes for writing structured events consumers
+ and suppliers for the Notification Service.
+ * orbsvcs/Notify/Notify_Service.{h,cpp}:
+ - Added this file for the Notification Service front end process.
+ - Resisters the CosNotifyChannelAdmin::EventChannelFactory object as
+ "NotifyEventChannelFactory" with the Naming Service.
+ * orbscvs/examples/Notify/Filter/Filter.{h,cpp}:
+ * orbscvs/examples/Notify/Filter/main.cpp:
+ * orbscvs/examples/Notify/Filter/README:
+ An example to show how to do write a client for Notify and how
+ to do filtering.
+
Sun Dec 12 20:07:03 1999 Krishnakumar Elakkara Pathayapura <krish@polka.cs.wustl.edu>
- * orbsvcs/examples/Log/test/Makefile:
+ * orbsvcs/examples/Log/test/Makefile:
* orbsvcs/examples/Log/test/BasicLog_Test.cpp
- * orbsvcs/examples/Log/test/BasicLog_Test.h:
+ * orbsvcs/examples/Log/test/BasicLog_Test.h:
* orbsvcs/examples/Log/test/client.cpp:
- Additional tests for the logging service. Thanks to
+ Additional tests for the logging service. Thanks to
keith brown <kalbrown@ix.netcom.com> for sending them
- in.
+ in.
Sun Dec 12 18:00:48 1999 Ossama Othman <othman@cs.wustl.edu>
@@ -111,7 +130,7 @@ Sat Dec 12 15:15:00 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* tao/Valuebase.cpp:
* tao/Wait_Strategy.cpp:
Added ASYS_TEXT macros to make the statements WCHAR compliant.
- Also replaced naked 'assert' calls with ACE_ASSERT macros.
+ Also replaced naked 'assert' calls with ACE_ASSERT macros.
* tao/tao_ce.{dsp, dsw}:
Added the WinCE workspace for tao.