Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / ICMG_Any_Bug / Test.idl
blob5ec025bd3db449ca63872a7e848dc94a1e94e70f
2 module Test
4 interface HelloWorld
6 string get_string ();
7 };
9 interface Hello
11 HelloWorld get_helloworld ();
13 oneway void shutdown ();