Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / IDL_Test / keyword_case_diff.idl
blob922f3feb11d1727584a9fd208aed55e301e34dd8
2 //=============================================================================
3 /**
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
9 * stay fixed.
11 //=============================================================================
14 module MyModule {
15 interface PortType { // This type differs from an IDL keyword only in case
16 exception MyException {
17 string myString;
20 void myMethod ()
21 raises (MyModule::PortType::MyException);