summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-14 05:29:14 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-14 05:29:14 +0000
commitf433268fe76402d3bcd9eb336001eff622e41da7 (patch)
tree4bb0dd69bc422ad6d819402342cc1726bbc85cfd
parent1c059da9d67915d16bcb4b6a481d25133a6d4cb5 (diff)
downloadATCD-f433268fe76402d3bcd9eb336001eff622e41da7.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index da7266f9a71..702c92f2bc7 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,22 @@
+Wed Jul 14 00:27:00 1999 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Multicast_Full_Profile/ftp.{h,cpp}:
+ * orbsvcs/tests/AVStreams/Multicast_Full_Profile/server.{h,cpp}:
+ * orbsvcs/tests/AVStreams/Multicast_Full_Profile/Makefile:
+ Added this directory and files for testing the multipoint
+ binding in AVStreams in the full profile. This code is hardcoded
+ with 2 servers and a single ftp program streaming a file. The
+ servers store the streamed file received thru the multipoint
+ binding as 2 different files.
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}:
+ Added code so that the multipoint binding work in the full
+ profile. Now the users can use full profile object like FDevs
+ inside MMDevice to create flow producers and flow
+ consumers. Right now the case of one multipoint source and
+ multiple multipoint sinks has been tested with the Full
+ profile.
+
Tue Jul 13 12:18:44 1999 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Multicast/Makefile: