summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-27 13:48:19 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-27 13:48:19 +0000
commitf9dbf70db4d5cd5f9d23cd7a57041092ff25f6d6 (patch)
tree44681436acd13e02ab00852729e317f8d6579b39
parent43d789ccae244164c041e070f08e6e71feb6a0f1 (diff)
downloadATCD-f9dbf70db4d5cd5f9d23cd7a57041092ff25f6d6.tar.gz
* TAO_IDL/be/be_type.cpp:
Patch to nested_type_name(). * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp: * TAO_IDL/be/be_visitor_field/field_ch.cpp: * TAO_IDL/be/be_visitor_sequence/elemtype.cpp: * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp: * TAO_IDL/be/be_visitor_valuetype/field_ch.cpp: Mods to generated code in order to utilize the changes made to nested_type_name() above. Most of this was sent in by dbinder@globalmt.com (real name not included in the bugzilla entry) as bugzilla #268, intended to fix a crash by Dec Unix on an included IDL example. I've tested with MSVC 6.0 and SunCC 5.0 - we'll wait for the next Dec Unix build and see what happens.
-rw-r--r--TAO/ChangeLog-99c19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 8dca0dcdf30..e8e15f5f399 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,22 @@
+Fri Aug 27 08:40:14 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_type.cpp:
+ Patch to nested_type_name().
+
+ * TAO_IDL/be/be_visitor_exception/exception_ctor.cpp:
+ * TAO_IDL/be/be_visitor_field/field_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/elemtype.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
+ * TAO_IDL/be/be_visitor_valuetype/field_ch.cpp:
+ Mods to generated code in order to utilize the
+ changes made to nested_type_name() above. Most of
+ this was sent in by dbinder@globalmt.com (real name
+ not included in the bugzilla entry) as bugzilla
+ #268, intended to fix a crash by Dec Unix on an
+ included IDL example. I've tested with MSVC 6.0 and
+ SunCC 5.0 - we'll wait for the next Dec Unix build
+ and see what happens.
+
Thu Aug 26 21:12:54 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/util/utl_string.cpp: