summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-05 20:37:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-05 20:37:04 +0000
commit25bc0e6e9a3afbdfe26b007298462af7c5a4d6e9 (patch)
tree8e0616be35184c50b21b99526bb3816bf9fc20f9
parent8a266fc60f98d30028087a5f062f170e03f8c968 (diff)
downloadATCD-25bc0e6e9a3afbdfe26b007298462af7c5a4d6e9.tar.gz
-rw-r--r--TAO/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index be5f9280fcd..8311b45cd41 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,23 @@
+Mon Dec 5 20:32:56 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:
+
+ Added missing switch cases in visit_union() and visit_typedef().
+ Not all context states were covered and we were seeing errors
+ and bailouts.
+
+ * tests/IDL_Test/valuetype.idl:
+ * tests/IDL_Test/IDL_Tests.mpc:
+
+ Added test case for the above problem, also removed -GA IDL
+ compiler option for valuetype.idl, since the new test case
+ has IDL constructed types declared inside a valuetype - the
+ generated typecode for the nested types cannot be in a separate
+ file since the generated valuetype class declaration cannot
+ be reopened. Thanks to Simon Massey <simon dot massey at
+ prismtech dot com> for reporting the problem and supplying
+ example IDL.
+
Mon Dec 5 19:57:02 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/AMH/Sink_Server/Base_Server.h: