summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-13 16:11:23 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-13 16:11:23 +0000
commit8eab0d4483f153681935761bba1aecec97c60c6a (patch)
tree6e2d3e4deae36f7321e9a37cfcbf05bac9909fb6
parent85297aaa9cc2bbc3c6a97984d19d66b542d388ee (diff)
downloadATCD-8eab0d4483f153681935761bba1aecec97c60c6a.tar.gz
* TAO_IDL/be/be_visitor_union/union_cs.cpp:
* TAO_IDL/be/be_visitor_union_branch/pulbic_assign_cs.cpp: Fixed code generation for copy constructor and assignment operator for object reference union members. These operations were failing if the rhs union was uninitialized. Thanks to Matt Cheers <matt.cheers@boeing.com> for sending in the example IDL file and application code.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 875bb41e3cd..3d2410097fa 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,14 @@
+Fri Jul 13 10:48:03 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_union/union_cs.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/pulbic_assign_cs.cpp:
+
+ Fixed code generation for copy constructor and assignment
+ operator for object reference union members. These operations
+ were failing if the rhs union was uninitialized. Thanks to
+ Matt Cheers <matt.cheers@boeing.com> for sending in the example
+ IDL file and application code.
+
Thu Jul 12 22:22:31 2001 Ossama Othman <ossama@uci.edu>
* tao/Connector_Registry.cpp (create_profile):