summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 17:10:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 17:10:38 +0000
commit1c5e321357f23f42c4b1cf920faf978df15b35d8 (patch)
tree02bf58979e439ae4295521c3794f8cc95bec11e9
parent29c95e28918cd56b59d22d77a4b79fd050f4d5a3 (diff)
downloadATCD-1c5e321357f23f42c4b1cf920faf978df15b35d8.tar.gz
* TAO_IDL/be_include/be_visitor_union_branch.h:
* TAO_IDL/be/be_visitor_union_branch.cpp: * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp: Added gen_default_label_value() to be_visitor_union_branch.* and added a call to this instead of gen_label_value() in code generation of mutator method for a union branch if it is an explicit default case. This particular bit of default case functionality had not yet been implemented.
-rw-r--r--TAO/ChangeLog-99c11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 02d7af77eef..74069cc0192 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,14 @@
+Wed Jul 21 12:05:15 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be_include/be_visitor_union_branch.h:
+ * TAO_IDL/be/be_visitor_union_branch.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
+ Added gen_default_label_value() to be_visitor_union_branch.* and
+ added a call to this instead of gen_label_value() in code
+ generation of mutator method for a union branch if it is an
+ explicit default case. This particular bit of default case
+ functionality had not yet been implemented.
+
Wed Jul 21 10:46:50 1999 Pradeep Gore <pradeep@danzon.cs.wustl.edu>
* orbsvcs/tests/CosEC_Basic/CosEC_Basic.cpp: