summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 22:18:51 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 22:18:51 +0000
commit56aa2ed633afab51b56189b161233d372d934a8e (patch)
tree04225f79aeb1be7bb12d182067b26f8ed9907ea5 /TAO
parentceb12b0c083e1adc588136b5ef5bdfb5633c804b (diff)
downloadATCD-56aa2ed633afab51b56189b161233d372d934a8e.tar.gz
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 2fb108d5c1b..96e142a4998 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,19 @@
+Fri Oct 9 17:13:32 1998 Nagarajan Surendran <naga@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp: Used the host and
+ pid to get a unique names for the vdev and streamendpoint objects
+ to register with the Naming Service while using the Process
+ Endpoint strategy. This will avoid name clashes between the audio and
+ video process.
+
+ * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp: Used the child's host
+ and pid to lookup for Vdev and streamendpoint for the process
+ endpoint strategy.
+
+ * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Removed the code that used
+ _out variable to pacify sun_CC warnings. Sun_CC doesn't complain
+ anymore.
+
Fri Oct 9 16:44:14 1998 Nagarajan Surendran <naga@cs.wustl.edu>
* orbsvcs/tests/AVStreams/mpeg/source/mpeg_shared/Receiver.idl: