Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Bug_1670_Regression / Test.idl
bloba908f7651abdeb06abc5e3e00d86ce6ae5b6bb46
1 /**
2 * @file Test.idl
4 * @author Carlos O'Ryan <coryan@atdesk.com>
5 */
6 module Foo
8 module Bar
10 interface A
12 long op1();
13 long op2();
16 interface B
18 long op3();
23 module Baz
25 interface C : Foo::Bar::A, Foo::Bar::B
27 long op4();
28 oneway void shutdown ();