Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_2124_Regression / Test.idl
blob0d006d331a2e1d8710d962329a441379b6884727
1 /**
2 * @file Test.idl
3 */
5 module Test
7 typedef string<10> MyString;
8 typedef MyString OtherString;
10 interface Foo
12 void op1( in MyString s);
13 void op2( in OtherString s);