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