More tests update
[ACE_TAO.git] / TAO / tests / Bug_2124_Regression / Test.idl
blobedee92ac64d5e7dbb9d47a912086ab499a524dde
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 );