2 //=============================================================================
4 * @file keyword_case_diff.idl
6 * This file contains examples of IDL code that has
7 * caused problems in the past for the TAO IDL
8 * compiler. This test is to make sure the problems
11 //=============================================================================
15 interface PortType
{ // This type differs from an IDL keyword only in case
16 exception MyException
{
21 raises
(MyModule
::PortType
::MyException
);