summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-20 00:29:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-20 00:29:37 +0000
commit8e0d08ab658fa5ab7cbf7487450f78094bca3151 (patch)
tree9b63c7db726eae4f747381537a153b41e027fdc4
parent2d594eddc578cca20b92d85e4120b41625b9fb7a (diff)
downloadATCD-8e0d08ab658fa5ab7cbf7487450f78094bca3151.tar.gz
* TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
Fixed generation of 'set' function for an interface member of a valuetype. rhs was arg->duplicate () instead of <scoped name>::_duplicate (arg). * TAO_IDL/be/be_visitor_field/field_ch.cpp: Turned up more cases where ACE_NESTED_CLASS should not be used. Thanks to Erik Johannes <ejohannes@oresis.com> for sending in the example IDL file that turned up these bugs.
-rw-r--r--TAO/ChangeLog-99c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 84dd4634796..b5bb6264349 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,18 @@
+Tue Oct 19 19:20:47 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_valuetype/field_cs.cpp:
+ Fixed generation of 'set' function for an interface
+ member of a valuetype. rhs was arg->duplicate ()
+ instead of <scoped name>::_duplicate (arg).
+
+ * TAO_IDL/be/be_visitor_field/field_ch.cpp:
+ Turned up more cases where ACE_NESTED_CLASS
+ should not be used.
+
+ Thanks to Erik Johannes <ejohannes@oresis.com> for
+ sending in the example IDL file that turned up
+ these bugs.
+
Tue Oct 19 13:19:00 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_field/field_ch.cpp: