[omniORB] omniidl3 problem (typedef Object MyObject)
David Riddoch
djr@uk.research.att.com
Tue, 23 Nov 1999 14:36:34 +0000 (GMT)
Now fixed -- get it on CVS. Thanks.
On Mon, 22 Nov 1999, Christof Meerwald wrote:
> a "typedef Object MyObject" in the IDL file results in the following
> generated C++ code for MyObject in the header file:
>
> typedef CORBA::Object MyObject;
> typedef CORBA::Object_ptr MyObject_ptr;
> typedef CORBA::ObjectRef MyObjectRef;
> typedef (null) _impl_MyObject;
> typedef CORBA::Object_Helper MyObject_Helper;
> typedef CORBA::Object_var MyObject_var;
> typedef CORBA::Object_out MyObject_out;