summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 20:17:54 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 20:17:54 +0000
commit7bef6e238d7454621b95c59819443d04de4c2f60 (patch)
tree25d07eca3307bff3764315cd3eed6a94119b944d /TAO
parent80f05e1df861c1788bf83321b12c81044d71ba0f (diff)
downloadATCD-7bef6e238d7454621b95c59819443d04de4c2f60.tar.gz
* TAO_IDL/be/be_visitor_array/array_cs.cpp:
* TAO_IDL/be/be_visitor_exception/exception_cs.cpp: * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp: * TAO_IDL/be/be_visitor_struct/struct_cs.cpp: * TAO_IDL/be/be_visitor_union/union_cs.cpp: Changed the code generated for the body of _tao_any_destructor() to generate the datatype's local name instead of its scoped name. Thanks to Carlos for reporting this bug.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 7efa4c8e2a0..f4ab05d13ea 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Wed Mar 22 14:11:47 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_array/array_cs.cpp:
+ * TAO_IDL/be/be_visitor_exception/exception_cs.cpp:
+ * TAO_IDL/be/be_visitor_interface/interface_cs.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
+ * TAO_IDL/be/be_visitor_struct/struct_cs.cpp:
+ * TAO_IDL/be/be_visitor_union/union_cs.cpp:
+ Changed the code generated for the body of
+ _tao_any_destructor() to generate the datatype's local
+ name instead of its scoped name. Thanks to Carlos for
+ reporting this bug.
+
Wed Mar 22 13:32:50 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/InterfaceC.h: