summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-29 00:00:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-29 00:00:58 +0000
commitd1270e033c620410b0b087a817354e3c894d5807 (patch)
tree31ffb59b1af3c22b282b8fcc5f3e4290a1ab51f0
parentacba1363b7397fd1acb6c251d889fc0203b9477b (diff)
downloadATCD-d1270e033c620410b0b087a817354e3c894d5807.tar.gz
* orbsvcs/IFR_Service/Container_i.cpp:
Cosmetic changes. * orbsvcs/IFR_Service/ifr_adding_visitor_union.cpp: * orbsvcs/IFR_Service/ifr_adding_visitor_union.h: Fixed the setting of the UnionMembers's label value for the default case, when creating a UnionDef in the IFR. * tao/DynamicAny/DynUnion_i.cpp: Fixed set_discriminator() so it will work even if the DynUnion's own discriminator is modified with insert_*() and then passed to this function. Thanks to Philippe Merle <Philippe.Merle@lifl.fr> for pointing out the above bugs.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 57f877d8c59..db43e3b90c6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,24 @@
+Thu Jun 28 18:56:17 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/Container_i.cpp:
+
+ Cosmetic changes.
+
+ * orbsvcs/IFR_Service/ifr_adding_visitor_union.cpp:
+ * orbsvcs/IFR_Service/ifr_adding_visitor_union.h:
+
+ Fixed the setting of the UnionMembers's label value
+ for the default case, when creating a UnionDef in the IFR.
+
+ * tao/DynamicAny/DynUnion_i.cpp:
+
+ Fixed set_discriminator() so it will work even if
+ the DynUnion's own discriminator is modified with
+ insert_*() and then passed to this function.
+
+ Thanks to Philippe Merle <Philippe.Merle@lifl.fr> for
+ pointing out the above bugs.
+
Thu Jun 28 15:30:53 2001 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/Security/Security_ORBInitializer.cpp (pre_init):