summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8893a98bcda..f5e92fc86cd 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,15 @@
+Thu Apr 24 13:52:44 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_field/cdr_op_ci.cpp:
+ * TAO_IDL/be/be_visitor_structure/cdr_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_structure/cdr_op_ci.cpp:
+ * TAO_IDL/be/be_visitor_structure/cdr_op_cs.cpp:
+
+ Reinstated code generation of CDR operators for structs that
+ contain a local interface. The operators are needed by the
+ Any operator template instantiation. The marshaling error
+ required for local interfaces is still output.
+
Thu Apr 24 13:01:12 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_type.cpp (gen_common_tmplinst):