Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Bug_2511_Regression / test.idl
blob5f6b89393a9ca770a0fae0a36f373144aa17838e
1 interface test
3 void normal ();
4 void exceptional ();
5 void notexisting ();
6 };