summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-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: