Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / MT_NoUpcall_Client_Leader / SharedIntf.idl
blob39da6d24fd8db96f252ea3166cca4700ae0c46d0
1 module Test_Idl {
2 interface SharedIntf {
3 void ping();
4 oneway void farewell();
5 };
6 };