[ 
https://issues.apache.org/jira/browse/YOKO-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edell Nolan resolved YOKO-263.
------------------------------

    Resolution: Fixed

Darren merged support for recursive types and I merged support for the forward 
declarations.

Edell.

> Add support for IDL recursive types and forward declarators
> -----------------------------------------------------------
>
>                 Key: YOKO-263
>                 URL: https://issues.apache.org/jira/browse/YOKO-263
>             Project: Yoko - CORBA Server
>          Issue Type: New Feature
>          Components: Idl2Wsdl
>            Reporter: Matteo Vescovi
>            Assignee: Matteo Vescovi
>
> Add support for IDL recursive types and forward declarators
> The IDL syntax allows the generation of recursive structures and unions via 
> members that have a sequence type. 
> The element type of a recursive sequence struct or union member must identify 
> a struct or union that has been forward declared or is an incomplete type.
> struct Foo; // Forward declaration
> typedef sequence<Foo> FooSeq;  // Incomplete type
> struct Foo {
>   long value;
>   FooSeq chain;
> };

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to