Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_1813_Regression / Test.idl
blob4f81d103bae057c50ff18512994267cebc4e1281
1 #include <orb.idl>
3 interface foo {
4 void op () raises (CORBA::WrongTransaction);
5 };