summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-07 23:14:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-07 23:14:37 +0000
commit66488723a7f5a7a5ad0f0a670935fad631d9ef05 (patch)
tree64f077bbce4508c0b07876d088d9ddb6db13e9c6
parent2d1a1cd90c5761810a95ec83dc9cd670d759247f (diff)
downloadATCD-66488723a7f5a7a5ad0f0a670935fad631d9ef05.tar.gz
ChangeLogTag: Tue Nov 7 23:13:51 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6c4f1f1c277..bc961be76d7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,44 @@
+Tue Nov 7 23:13:51 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_operation/tie_si.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_si.cpp:
+ * TAO_IDL/be_include/be_visitor_interface/tie_si.h:
+ * TAO_IDL/be_include/be_visitor_operation/tie_si.h:
+
+ Removed these files.
+
+ * TAO_IDL/be/be_visitor_operation/tie_ss.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_ss.cpp:
+ * TAO_IDL/be_include/be_visitor_interface/tie_ss.h:
+ * TAO_IDL/be_include/be_visitor_operation/tie_ss.h:
+
+ Added these files, in effect renaming the ones listed
+ as removed above.
+
+ * TAO_IDL/be/be_visitor_operation.cpp:
+ * TAO_IDL/be/be_visitor_interface.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_si.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_ss.cpp:
+ * TAO_IDL/be/be_visitor_interface/tie_sh.cpp:
+ * TAO_IDL/be/be_codegen.cpp:
+ * TAO_IDL/be/be_visitor_root/root_si.cpp:
+ * TAO_IDL/be/be_visitor_root/root_sth.cpp:
+ * TAO_IDL/be/be_visitor_root/root.cpp:
+ * TAO_IDL/be/be_visitor_root/root_ss.cpp:
+ * TAO_IDL/be/be_global.cpp:
+ * TAO_IDL/be/be_visitor_attribute/attribute.cpp:
+ * TAO_IDL/be_include/be_codegen.h:
+ * TAO_IDL/be_include/be_global.h:
+ * TAO_IDL/be_include/be_visitor_interface.h:
+ * TAO_IDL/be_include/be_visitor_operation.h:
+
+ Uninlined the generated code for TIE classes, since much
+ of this code consists of virtual functions, and can thus
+ cause problems related to RTTI on some compilers. Thanks
+ to Ossama Othman <ossama@dre.vanderbilt.edu> for
+ reporting the problem. This fix closes [BUGID:2699].
+
Tue Nov 7 19:45:02 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
* tests/Bug_2654_Regression/Hello.cpp: