Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Muxed_GIOP_Versions / test.idl
blob0ea52c23f40ea3cd1377a3b58a38509599d0143c
2 interface Simple_Server
4 long test_method (in long x);
6 oneway void shutdown ();
7 };