Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Bug_2415_Regression / go.idl
blob3848578346ab2d582350d4f6c735f1f9e714f2de
1 interface sig
3 // Tell the server to start
4 oneway void go ();
6 // Tell the server the consumer is done
7 oneway void done ();
8 };