Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_2134_Regression / Hello.idl
bloba2ea951b4401a2ee0f32684a073838fb0dac9bad
1 module Test {
2 interface Hello {
3 void say_hello();
4 };
5 };