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;
}
}
This queue is for tickets about the CORBA-IDLtree CPAN distribution.
The Basics
People
|
Bug Information
|