[omniORB] Case insensitivity in IDL scopes

Jani Niittukari jani.niittukari@saraxa.com
Fri, 24 Aug 2001 17:29:02 +0300


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