summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-19 22:46:34 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-19 22:46:34 +0000
commit8514cc6b96fc6bfa49e870cffaf05d3003479a51 (patch)
tree6c5e477ccc13827adc1176f7b58185b42c307dd6
parenta6e44e6e1f906f4f9d73d6f100d44505e2aa1470 (diff)
downloadATCD-8514cc6b96fc6bfa49e870cffaf05d3003479a51.tar.gz
* TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
* TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp: * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp: Fixed code generation for unions with generic CORBA::Object member. TAO IDL compiler classifies CORBA::Object member as a predefined type PT_pseudo, but generated code must be like that for interface. Someday we should make a special type for CORBA::Object in the IDL compiler.
-rw-r--r--TAO/ChangeLog-99c12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index d7877995c03..28bb4c31236 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,15 @@
+Sat Jun 19 17:38:42 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp:
+ * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp:
+ Fixed code generation for unions with generic
+ CORBA::Object member. TAO IDL compiler classifies
+ CORBA::Object member as a predefined type PT_pseudo,
+ but generated code must be like that for interface.
+ Someday we should make a special type for CORBA::Object
+ in the IDL compiler.
+
Sat Jun 19 17:19:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/ORB.h: