Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / RTScheduling / Scheduling_Interceptor / test.idl
blob0572d63c808fca03271fcfba023e134960cccf5f
1 interface test
3 oneway void one_way (in string message);
5 string two_way (in string message);
7 oneway void shutdown ();
8 };