summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 22:49:48 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 22:49:48 +0000
commit8c6c26f1d0f17291a06ce756f46941c4ca372d06 (patch)
tree57522e9d08564fa0e2bd9b9cb82abd520083ccb0
parent93a3fbb5f14c2146a0538c861ce5cd041cf3cbbb (diff)
downloadATCD-8c6c26f1d0f17291a06ce756f46941c4ca372d06.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a32
1 files changed, 31 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 905eaa0f84a..ea36fdb33bc 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -15,6 +15,36 @@ Thu May 25 11:09:24 2000 Chad Elliott <elliott_c@ociweb.com>
* tests/Smart_Proxies/client.cpp
Corrected the 'i' option in the parse_args function.
+Wed May 24 22:14:03 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * orbsvcs/tests/Notify/Makefile:
+ * orbsvcs/tests/Notify/Basic/Makefile:
+ * orbsvcs/tests/Notify/Basic/Updates.h:
+ * orbsvcs/tests/Notify/Basic/Updates.cpp:
+ * orbsvcs/tests/Notify/Basic/README:
+ Added files for the Basic tests.
+ The Updates test is under construction.
+
+ * orbsvcs/tests/Notify/lib/Notify_Test_Client.h:
+ * orbsvcs/tests/Notify/lib/Notify_Test_Client.cpp:
+ * orbsvcs/tests/Notify/lib/Makefile:
+ Added a generic test driver for the Notify tests.
+
+ * orbsvcs/examples/Notify/Subscribe/Subscribe.h:
+ * orbsvcs/examples/Notify/Subscribe/Subscribe.cpp:
+ Some code review corrections.
+
+
+Wed May 24 19:23:05 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * orbsvcs/tests/EC_Mcast/EC_Mcast.cpp:
+ Add templates instantiation, it used to be instantiated in one
+ of the libraries, but we don't use the library anymore.
+
+ * orbsvcs/tests/EC_Mcast/Makefile:
+ Updated dependencies
+
+
Wed May 24 20:48:51 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile:
@@ -29,7 +59,7 @@ Wed May 24 20:48:51 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
Thanks to Craig Rodrigues <crodrigu@bbn.com> for pointing them
out and help fix them.
-
+
Wed May 24 17:53:12 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>