Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Oneway_Timeouts / Test.idl
blobd076114e7c60169a5d810d987eceffc18aa434be
1 interface Tester {
2 oneway void test(in long id);
3 long test2(in long id);
4 };