summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-07 05:41:34 +0000
committeryamuna <yamuna@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-07 05:41:34 +0000
commit4ad3bdac6349c21a93e30dd272e53bd8644139ed (patch)
treecc30042d0bd4736403a4c1ea0d12e9f15523fbfc
parent8998964b9797774e5ba8fcc6c363711f171b05a2 (diff)
downloadATCD-4ad3bdac6349c21a93e30dd272e53bd8644139ed.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 76e4dc9fea6..6ae1948d828 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Sun May 6 11:15:36 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Component_Switching/sender.h:
+ * orbsvcs/tests/AVStreams/Component_Switching/sender.cpp:
+ * orbsvcs/tests/AVStreams/Component_Switching/distributer.h:
+ * orbsvcs/tests/AVStreams/Component_Switching/distributer.cpp:
+ * orbsvcs/tests/AVStreams/Component_Switching/receiver.h:
+ * orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp:
+
+ Added clean termination of the processes using the signal_handler.
+
Sun May 6 12:36:36 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp:
@@ -69,8 +80,11 @@ Sat May 5 13:27:36 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Component_Switching/sender.cpp:
* orbsvcs/tests/AVStreams/Component_Switching/distributer.h:
* orbsvcs/tests/AVStreams/Component_Switching/distributer.cpp:
+ * orbsvcs/tests/AVStreams/Component_Switching/receiver.h:
+ * orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp:
* orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.h:
* orbsvcs/tests/AVStreams/Component_Switching/Connection_Manager.cpp:
+
Added clean unbinding of the object references from the Naming
Service on termination of processes. Also fixed bugs that were
breaking the test on many platforms.