summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-13 20:28:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-13 20:28:01 +0000
commit2b02e0a12b032b247bef8f4614bfd6fb72c17c4b (patch)
treede43362efa67193dd8fcb4e293378223974a11c4
parent78376a766185498a447926fbb2f0e037ee093d15 (diff)
downloadATCD-2b02e0a12b032b247bef8f4614bfd6fb72c17c4b.tar.gz
* TAO_IDL/be/be_visitor_argument/request_info_result.cpp:
* TAO_IDL/be/be_visitor_operation/interceptor_result.cpp: Made a fix to strip away the typedef (if any) of the 'result' member of the request info class before generating code to insert it into an Any. This is similar to the fix made a few days ago for the request info class' 'argument' members. Thanks to Kristopher Johnson <kristopher.johnson@transcore.com> for sending in the bug report and an example IDL file.
-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 a919c6c53e4..4e5726e4550 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Wed Sep 13 15:17:45 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_argument/request_info_result.cpp:
+ * TAO_IDL/be/be_visitor_operation/interceptor_result.cpp:
+
+ Made a fix to strip away the typedef (if any) of the
+ 'result' member of the request info class before
+ generating code to insert it into an Any. This is
+ similar to the fix made a few days ago for the request
+ info class' 'argument' members. Thanks to
+ Kristopher Johnson <kristopher.johnson@transcore.com>
+ for sending in the bug report and an example IDL file.
+
Wed Sep 13 14:31:39 2000 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp: