Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_3531_Regression / test.idl
blobcb07d44e4623c1b3e96ea730ddaa2e9c1f75f94d
2 interface Simple_Server
4 string test_method (in Simple_Server objref);
6 void client_done ();
8 oneway void shutdown ();
9 };