summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-31 21:46:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-31 21:46:50 +0000
commit2dbe5a60f6e0e277d4a084e99f90a87c7936558c (patch)
treeb768020875a549fcf7b1d2eefccc38eb184b97cf
parent50e537c3e5530f53ed3607b41dc7aa7230e8ad8d (diff)
downloadATCD-2dbe5a60f6e0e277d4a084e99f90a87c7936558c.tar.gz
ChangeLogTag: Sun Aug 31 15:49:35 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog_ref5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/ChangeLog_ref b/TAO/ChangeLog_ref
index 37792f4d6d5..5091442c7cb 100644
--- a/TAO/ChangeLog_ref
+++ b/TAO/ChangeLog_ref
@@ -32,6 +32,7 @@ Sun Aug 31 15:49:35 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_sequence.cpp:
* TAO_IDL/be/be_visitor_root.cpp:
* TAO_IDL/be/be_visitor_traits.cpp:
+ * TAO_IDL/be/be_visitor_tmplinst/tmplinst_cs.cpp:
* TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
* TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp:
* TAO_IDL/be/be_visitor_interface/interface_ch.cpp:
@@ -45,6 +46,7 @@ Sun Aug 31 15:49:35 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be_include/be_codegen.h:
* TAO_IDL/be_include/be_decl.h:
* TAO_IDL/be_include/be_visitor_traits.h:
+ * TAO_IDL/be_include/be_visitor_tmplinst/tmplinst_cs.h:
- Changed generated code to call the appropriate templatized
static function for _narrow(), and removed generation of
@@ -57,6 +59,9 @@ Sun Aug 31 15:49:35 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
the includes they need, from *C.h to *C.cpp (and to *S.cpp, if
either kind of collocation is supported).
+ - Moved generation of explicit template instantiation for
+ exception Any operators to the template instantiation visitor.
+
- Cosmetic changes to the generated _tao_any_destructors.
Sat Aug 30 09:53:30 2003 Jeff Parsons <j.parsons@vanderbilt.edu>