summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-26 02:44:59 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-26 02:44:59 +0000
commit5dd94d7d91e71ac070a0607ac2e4f336b9288035 (patch)
tree23c65b06a5efd6a2ac2ce7fdd83acc3c4105b76f
parentde59c407f3634b553fbcff2440f557b24a75e1dd (diff)
downloadATCD-5dd94d7d91e71ac070a0607ac2e4f336b9288035.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a35
1 files changed, 22 insertions, 13 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 714985e61e8..8dbd16c8185 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Thu May 25 21:41:30 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * orbsvcs/examples/Notify/Subscribe/Subscribe.cpp:
+ Fixed "A new-line character appears inside a string literal" error.
+
+Thu May 25 21:41:30 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ *
+
Thu May 25 19:35:30 2000 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/IFR_Service/TypeCodeFactory_i.cpp:
@@ -23,7 +32,7 @@ Thu May 25 11:09:24 2000 Chad Elliott <elliott_c@ociweb.com>
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:
@@ -31,41 +40,41 @@ Wed May 24 22:14:03 2000 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
* 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>