I have problems to compile idl-file similar to following:
module mysystem
{
interface MySystem
{
void doit();
};
};
It seams that omniidl doesn't separate "mysystem" and "MySystem" from each
other. Is this a bug or is there a good reason to this?
I'm using OmniORB4beta build 20010809 in Windows 2000.
Thanks,
Jani