2 //=============================================================================
6 * IDL definition of a Diamond shaped hierarchy
7 * of IDL interfaces. This Diamond shaped hierarchy
8 * is used for testing the collocation.
9 * The hierarchy used is decipted in the following
19 * @author Angelo Corsaro <corsaro@cs.wustl.edu>
21 //=============================================================================
30 oneway
void shutdown
();
40 string right_quote
();
43 interface Bottom
: Left
, Right
45 string bottom_quote
();