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