[omniORB] Case insensitivity in IDL scopes

Vibhu Rishi vibhu.rishi@wipro.com
Mon, 27 Aug 2001 13:58:10 +0530


This is a multi-part message in MIME format.

--------------InterScan_NT_MIME_Boundary
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

That's correct.
I ran across the same problem with JacORB ( CORBA ORB for Java) and had 
the same problem. Then I checked it up with the standard and found that 
it is a standard way and not a bug.



Patrick Hubert wrote:

> 
> 
> There is actually a good reason for this: the language mappings.
> 
> C++, Java and other languages do differenciate identifier that differ only
> because of upper/lower case, but other languages may not. To make it
> easier to create the bindings for any languages, the OMG standard states
> that foobar and fooBar are the same.
> 
> So it is not a bug...
> 
> 
> 
>>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
>>
>>
>>
> 
> --
> Patrick Hubert
> Work: +1.514.954.7233
> Fax : +1.514.393.0110
> 
> 
> 
> 
> 



--------------InterScan_NT_MIME_Boundary
Content-Type: text/plain;
	name="Wipro_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="Wipro_Disclaimer.txt"

-----------------------------------------------------------------------------------------------------------------------
Information transmitted by this E-MAIL is proprietary to Wipro Limited and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:mailadmin@wipro.com and delete this mail
from your records.
------------------------------------------------------------------------------------------------------------------------

--------------InterScan_NT_MIME_Boundary--