summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 21:35:06 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 21:35:06 +0000
commit7aff2f88548fa92530dd8ec502005b36c468047e (patch)
tree7b7d357719121f7df51008b96f25cff5d7d364ac
parentac2b5d61c13088948fe69cb78dd39a7802d9da86 (diff)
downloadATCD-7aff2f88548fa92530dd8ec502005b36c468047e.tar.gz
* TAO_IDL/be_include/be_visitor_array/cdr_op_ci.h:
* TAO_IDL/be/be_visitor_array/array_ci.cpp: Fixed typos in comment and ACE_ERROR message. * TAO_IDL/be_include/be_visitor_array/cdr_op_cs.h: * TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp: New files needed for the fix described below. * TAO_IDL/be_include/be_visitor_array.h: * TAO_IDL/be/be_visitor_array.cpp: * TAO_IDL/be/be_visitor_factory.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp: * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp: Extended the fix made previously for arrays containing anonymous sequences to work for sequences of recursive types.
-rw-r--r--TAO/ChangeLog-99c19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 396e526dae0..7177dd88e19 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,22 @@
+Fri Jul 16 16:31:50 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be_include/be_visitor_array/cdr_op_ci.h:
+ * TAO_IDL/be/be_visitor_array/array_ci.cpp:
+ Fixed typos in comment and ACE_ERROR message.
+
+ * TAO_IDL/be_include/be_visitor_array/cdr_op_cs.h:
+ * TAO_IDL/be/be_visitor_array/cdr_op_cs.cpp:
+ New files needed for the fix described below.
+
+ * TAO_IDL/be_include/be_visitor_array.h:
+ * TAO_IDL/be/be_visitor_array.cpp:
+ * TAO_IDL/be/be_visitor_factory.cpp:
+ * TAO_IDL/be/be_visitor_array/cdr_op_ch.cpp:
+ * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
+ Extended the fix made previously for arrays containing
+ anonymous sequences to work for sequences of
+ recursive types.
+
Fri Jul 16 15:51:38 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/IIOP_Profile.cpp: