Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_3674_Regression / test.idl
blob20bd06422908a1fe70a2c857bdb1f85add3b0337
1 interface testInterface
3 void firstCalling ();
4 void secondCalling ();
5 };