summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-11 18:44:42 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-11 18:44:42 +0000
commit89a524a0ecab382ea768790641ac1d9c6c67f948 (patch)
tree8dda53debc0c8f9d35b03c2b7f268d0d1d6bd61a
parentb3f9632761540e4b66a9d7073b93590e5bf51e44 (diff)
downloadATCD-89a524a0ecab382ea768790641ac1d9c6c67f948.tar.gz
* TAO_IDL/be/be_union.cpp:
Modified compute_default_index(). It was based on the label count, but TAO's class Typecode bases its index on a member count, not a label count, so unions with multiple case labels were getting typecodes generated with the default index set incorrectly.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b51c10cdd2d..a852222e77e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Tue Jul 11 13:39:35 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_union.cpp:
+
+ Modified compute_default_index(). It was based on the
+ label count, but TAO's class Typecode bases its index on
+ a member count, not a label count, so unions with
+ multiple case labels were getting typecodes generated
+ with the default index set incorrectly.
+
Tue Jul 11 13:18:42 2000 Pradeep Gore <pradeep@cs.wustl.edu>
* orbsvcs/orbsvcs/Trader/Trader_T.h: