summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-27 09:02:46 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-27 09:02:46 +0000
commit0e107c28c8aa35c6096ffc6ca5f32c85eea16866 (patch)
tree71a19fcedd3111b218fe94dfb85a6dd1c65ffb2c
parentd7e0d09feca5365d662845bd703c0558dd8f91d2 (diff)
downloadATCD-0e107c28c8aa35c6096ffc6ca5f32c85eea16866.tar.gz
ChangeLogTag: Thu Mar 27 03:00:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index ad7c41d2d31..9cf22e1c964 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,48 @@
+Thu Mar 27 03:00:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/ast/ast_predefined_type.cpp:
+ * TAO_IDL/be/be_predefined_type.cpp:
+ * TAO_IDL/be/be_sequence.cpp:
+ * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
+ * TAO_IDL/fe/fe_init.cpp:
+ * TAO_IDL/include/ast_predefined_type.h:
+ * tao/Adapter.cpp:
+ * tao/Adapter.h:
+ * tao/Object.cpp:
+ * tao/Object.h:
+ * tao/Object.i:
+ * tao/Objref_VarOut_T.h:
+ * tao/Sequence.cpp:
+ * tao/Sequence.h:
+ * tao/Sequence_T.cpp:
+ * tao/Sequence_T.h:
+ * tao/Sequence_T.i:
+ * tao/TAO.dsp:
+ * tao/Typecode.h:
+ * tao/Typecode.i:
+ * tao/ValueBase.cpp:
+ * tao/ValueBase.h:
+ * tao/ValueBase.i:
+ * tao/Value_VarOut_T.h:
+ * tao/corba.h:
+ * tao/corbafwd.h:
+
+ Finished templatizing of _var, _out and sequence
+ classes, in TAO and in code generation.
+
+ * tao/Pseudo_VarOut_T.cpp:
+ * tao/Pseudo_VarOut_T.h:
+
+ New files for the _var and _out classes for
+ CORBA::Object and CORBA::TypeCode.
+
+ * tao/Objref_VarOut_T.inl:
+ * tao/Value_VarOut_T.inl:
+
+ New files, empty so far.
+
Wed Mar 26 18:23:46 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_component.cpp: