summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 19:00:09 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 19:00:09 +0000
commit8094c6512f879990781e14f4a00a285d5b767738 (patch)
tree0fbc69cbf29e4e90a11616af92b0dce1489583d3
parent7a162cbed3eefcd07ce1ba10302c11d0b4f9f26d (diff)
downloadATCD-8094c6512f879990781e14f4a00a285d5b767738.tar.gz
ChangelogTag: Wed June 25 14:46:19 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
-rw-r--r--TAO/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0f8ecb5ebfc..1c46c807506 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,27 @@
+Wed June 25 14:46:19 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
+
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.cpp:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Connection_Manager.h:
+ Added load_ep () method to read an address file (if available)
+ to get the sender and receiver endpoints for each flow that is
+ set up. The address file has entries in the format:
+ Flowname/Sender_Host:Port/Reciever_Host:Port. If the address
+ file or endpoints are not specified then the connection manager
+ uses INADDR_ANY for the endpoints.
+
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Sender.h:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Sender.cpp:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Receiver.h:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Receiver.cpp:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Distributer.h:
+ * orbsvcs/tests/AVStreams/Asynch_Three_Stage/Distributer.cpp:
+ Added additional parameter -a <address_file> to the command line
+ arguments to specify the endpoint address file from which to
+ load the flow endpoint addresses. Also, made a call to the
+ Connection_Manager::load_ep () method that reads the address
+ file and stores the endpoint addresses for each speficied flow
+ in a hash map.
+
Wed Jun 25 12:38:11 2003 Chad Elliott <elliott_c@ociweb.com>
* tao/tao.mpc: