Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / CollocationLockup / AB.idl
blobc4d2df0c04005b741f6517be293a12622242c012
1 interface A {
2 };
4 interface C {
5 A makeA ();
6 };