summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 01:12:13 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 01:12:13 +0000
commit1e5a0ebe7514906a57eaea21f83fb7264fc6a9f7 (patch)
tree4913a905187064abeed9ba36ed4713cd781ec522
parent09855892114ca75e97231ed5865f2f01788f0f9c (diff)
downloadATCD-1e5a0ebe7514906a57eaea21f83fb7264fc6a9f7.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 26aa7dcf498..d9102cebfc2 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,25 @@
+Sun Jul 11 20:10:13 1999 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}:
+ Added code for the FlowEndPoint to make use of the Pluggable
+ Data Protocols. Also fixed a few bugs in the full profile
+ TAO_StreamCtrl::bind and other full profile classes like
+ TAO_FlowConnection. Now the AV application can make use of FDev
+ in MMDevices for each flow and automagically the appropriate
+ protocols will be chosen depending on the common protocol
+ between 2 flow endpoints.
+
+ * orbsvcs/tests/AVStreams/Full_Profile/ftp.{h,cpp}:
+ * orbsvcs/tests/AVStreams/Full_Profile/server.{h,cpp}:
+ * orbsvcs/tests/AVStreams/Full_Profile/Makefile:
+ Added a new test similar to the file transfer program under
+ Pluggable directory. This test make use of the full profile
+ classes. A FDev create flow consumers and flow producers and is
+ added to the MMDevice. During streamconnection this fdev creates
+ the consumer/producer depending on whether its a client or a
+ server. The flow endpoint is also a base_streamendpoint ensuring
+ that the pluggable data protocols can set the protocol object.
+
Wed Jul 7 22:05:22 1999 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/RTP.{h,cpp}: