From 89a524a0ecab382ea768790641ac1d9c6c67f948 Mon Sep 17 00:00:00 2001 From: parsons Date: Tue, 11 Jul 2000 18:44:42 +0000 Subject: * 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. --- TAO/ChangeLogs/ChangeLog-02a | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + * 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 * orbsvcs/orbsvcs/Trader/Trader_T.h: -- cgit v1.2.1