Skip Menu |

This queue is for tickets about the CORBA-IDLtree CPAN distribution.

Report information
The Basics
Id: 1823
Status: resolved
Priority: 0/
Queue: CORBA-IDLtree

People
Owner: Nobody in particular
Requestors: umreemala [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: CORBA-IDLtree 1.2 doesnot support Modules spanned in multiple files
// // File a.ild Module A { struct type { string x; } } // // File b.ild #include "a.idl" Module A { struct typeb { type x; } }
Fixed in IDLtree-1.3 - please verify.