Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_3108_Regression / test.idl
blob16420dedae19ec21180dff1db69c30056462fa40
1 interface test
3 long test_method();
4 oneway void shutdown ();
5 };