summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 23:31:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-06 23:31:17 +0000
commit19e8dc27038977b70c8b338783590849bc0df787 (patch)
treeefd276b7b2f5a939c97bb752c5c0fe0f2886842c
parentc122d383d61155afcc391170a39a6d35dfbc4785 (diff)
downloadATCD-19e8dc27038977b70c8b338783590849bc0df787.tar.gz
* TAO_IDL/be/be_visitor_operation/rettype.cpp:
* TAO_IDL/be/be_visitor_argument/arglist.cpp: * tao/corbafwd.h: Fixed code generation for CORBA::TCKind as an argument or a return type. We were adding '_ptr' to the scoped name. This fix also involved adding 'typedef TCKind &TCKind_out' to corbafwd.h, the same as would be generated for an IDL enum.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4154b724d4b..6e45c16bb80 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Wed Dec 6 17:06:17 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_operation/rettype.cpp:
+ * TAO_IDL/be/be_visitor_argument/arglist.cpp:
+ * tao/corbafwd.h:
+
+ Fixed code generation for CORBA::TCKind as an argument
+ or a return type. We were adding '_ptr' to the scoped
+ name. This fix also involved adding
+ 'typedef TCKind &TCKind_out' to corbafwd.h, the same
+ as would be generated for an IDL enum.
+
Wed Dec 6 14:32:07 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/Asynch_Invocation.cpp