summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-23 23:21:27 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-23 23:21:27 +0000
commit1526de6f7e1efa58ce637b56b892314a03007993 (patch)
treeb26d3fdb0fac6577595295a4e72b615c566e9de2
parent78e28c96ff88af47ec476de224bad1995f8ed3ff (diff)
downloadATCD-1526de6f7e1efa58ce637b56b892314a03007993.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a24
1 files changed, 21 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6062e8fc4c9..b0a26ece9d3 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Sun Jul 23 18:18:35 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp:
+ * orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp:
+ * orbsvcs/tests/AVStreams/Multicast/ftp.cpp:
+
+ Fixed Compile Warnings
+
+
Sat Jul 22 17:36:58 2000 Jeff Parsons <parsons@cs.wustl.edu>
* orbsvcs/IFR_Service/ArrayDef_i.cpp:
@@ -53,11 +62,12 @@ Sat Jul 22 16:30:39 2000 Jeff Parsons <parsons@cs.wustl.edu>
Added item about persistence test and removed some completed
items from Future Work.
-2000-07-22 Yamuna Krishnamurthy <yamuna@danzon.cs.wustl.edu>
+Sat Jul 22 09:53:02 2000 Yamuna Krishnamurthy <yamuna@danzon.cs.wustl.edu>
* orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp:
* orbsvcs/tests/AVStreams/Multicast/ftp.cpp:
* orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp:
+
Fixed compile warnings
Fri Jul 21 17:54:55 2000 Balachandran Natarajan <bala@cs.wustl.edu>
@@ -112,7 +122,7 @@ Fri Jul 21 11:55:49 2000 Jeff Parsons <parsons@cs.wustl.edu>
tests (there is only one at present, but there
will be more).
-Thu Jul 20 23:21:11 2000 Darrell Brunsch <brunsch@uci.edu>
+Thu Jul 20 04:53:02 2000 Darrell Brunsch <brunsch@uci.edu>
* orbsvcs/IFR_Service/IFR_Service.dsp:
* orbsvcs/examples/Security/Send_File/Send_File_Client.dsp:
@@ -125,30 +135,38 @@ Thu Jul 20 23:21:11 2000 Darrell Brunsch <brunsch@uci.edu>
Thu Jul 20 19:49:06 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
+
Fixed Compilation Errors and Warning
Thu Jul 20 18:37:46 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp:
+ * orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp:
+
Replaced the TAO_AV_Core run with the orb run
* orbsvcs/tests/AVStreams/Full_Profile/README:
+
Added the README for the test
* orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.cpp:
+
Replaced the TAO_AV_Core run with the orb run
* orbsvcs/tests/AVStreams/Multicast_Full_Profile/README:
+
Added the REAME file for the test
* orbsvcs/tests/AVStreams/Multicast/ftp.cpp:
+
Added a default multicast address and replaced the TAO_AV_Core
run with the orb run
* orbsvcs/tests/AVStreams/Multicast/README:
+
Added the README file for the test
* AVStreams_i.cpp:
+
Duplicated the flow device and flow endpoints before binding
them to the corresponding hash maps to fix the AVStreams tests.