[omniORB] IDL name clashes

Richard Gruet rgruet@ina.fr
Tue, 05 Sep 2000 17:47:42 +0100


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