Hi omniORBers,
When compiling the following IDL:
module m {
interface M {
};
};
I get an omniidl error 'Declaration of interface 'M' clashes with name
of enclosing scope 'm'.
Doesn't module 'm' define a name space ? if so, I should be allowed to
use the same name within the scope of the module (with a different case
or not).
Is this behavior Corba-defined or is it a bug in omniidl ?
Cheers,
Richard