summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 21:16:42 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-12 21:16:42 +0000
commit445b87a0bbfebb97785c07c24cdf714f186236aa (patch)
treecbfbe5dd0fe13956ffcfea720f7235a9f44746c8
parentf4bad79baf2834bb377ee9996b4fc5d453b02db0 (diff)
downloadATCD-445b87a0bbfebb97785c07c24cdf714f186236aa.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d9102cebfc2..a793d9fcbc9 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,15 @@
+Mon Jul 12 16:15:20 1999 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Full_Profile/ftp.cpp:
+ Removed the flowname from the flowspec for start and stop and
+ made use of the "empty flowspec will start all flows" feature of
+ the Streamctrl.
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.cpp:
+ Fixed the empty flowspec case for StreamCtrl::start,stop and
+ destroy operations. Now the user can specify an empty flowspec
+ and the operation will be done for all the flows.
+
Sun Jul 11 20:10:13 1999 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/orbsvcs/AV/AVStreams_i.{h,cpp}: