Bug Report no. 59 |
Reported ByDavid Evers Date7 Dec 1999 PlatformsAll VersionomniORB 2.8 and earlier Descriptionomniidl2 produces an incorrect TypeCode for a sequence of object references, when the sequence type is defined in the body of that interface definition. For example, the following generates incorrect code: // IDL interface foo { typedef sequence seq; }; As a result any code parsing the TypeCode (foo::_tc_seq in this case) will fail. This includes inserting values of this type into an Any. PatchApply this patch, or update from the CVS server. The patch changes:
|
|
For comments, feedback, etc, please see the 'Keeping in touch' page. |