Add IDL multiple declarators support.
-------------------------------------

                 Key: YOKO-227
                 URL: http://issues.apache.org/jira/browse/YOKO-227
             Project: Yoko - CORBA Server
          Issue Type: New Feature
          Components: Idl2Wsdl
            Reporter: Matteo Vescovi
         Assigned To: Matteo Vescovi


Currently, idltowsdl tool only support a single declarator.
i.e. typedef long myLong;

However, IDL supports multiple declarators:
<declarators> ::= <declarator> { "," <declarator> }*
i.e. typedef long myLong1, myLong2, myLong3;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to