1 //=============================================================================
3 * @file Triangle_Test.idl
5 * An example of how nested upcalls work/fail?
8 * @author Michael Kircher
10 //=============================================================================
16 oneway
void foo_object_B
();
22 void foo
(in Initiator theInitiator
);
24 oneway
void finish
();
26 oneway
void shutdown
();
32 void foo
(in Object_A theObject_A
);
34 oneway
void shutdown
();