summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 04:34:57 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-25 04:34:57 +0000
commit9af30a00e68bfa485f687efb7f7dadfd9617d830 (patch)
tree106a3ff03fd0f9c05fde53cfee7108f8c4bab910
parent28745765a835a396ab564363660eb1de6da10a18 (diff)
downloadATCD-9af30a00e68bfa485f687efb7f7dadfd9617d830.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a46
1 files changed, 11 insertions, 35 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 328e72fb152..c8401eec1d0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,42 +1,18 @@
-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:
- * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Audio_Control_i.cpp:
- * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Video_Control_State.cpp:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Makefile:
+ * orbsvcs/tests/AVStreams/mpeg/source/server/Property_Exporter.cpp:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Audio_Control_i.cpp:
+ * orbsvcs/tests/AVStreams/mpeg/source/mpeg_server/Video_Control_State.cpp:
Fixed minor compile errors
-
- * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
Fixed undefined sybol reference errors
-
+
+ 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>