summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-10 22:54:00 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-10 22:54:00 +0000
commitb3f3b70edadcc1079f925fc2c9f361d92315282f (patch)
tree565d35a2f7abebf50412105e9327c0dc90fa72a6
parentccf3ed043de423274d58a0ea01b7efe8a88a856a (diff)
downloadATCD-b3f3b70edadcc1079f925fc2c9f361d92315282f.tar.gz
* TAO_IDL/be/be_union_branch.cpp:
* TAO_IDL/util/utl_scope.cpp: Lookup and code generation of case labels for unions in IDL did not correctly handle cases where the label names are scoped (for example, if the enum discriminator is defined in a different module than the union, the case label names may or may not be scoped). Thanks to Hessel Idzenga <idzenga@lucent.com> for reporting this bug.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 060d5801c6d..24af2f3daf6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Mon Jan 10 16:43:09 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_union_branch.cpp:
+ * TAO_IDL/util/utl_scope.cpp:
+ Lookup and code generation of case labels for unions
+ in IDL did not correctly handle cases where the
+ label names are scoped (for example, if the enum
+ discriminator is defined in a different module than
+ the union, the case label names may or may not be
+ scoped). Thanks to Hessel Idzenga <idzenga@lucent.com>
+ for reporting this bug.
+
Mon Jan 10 12:53:08 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/GIOP.cpp: