2 //=============================================================================
6 * IDL description of the AMI Test interface
9 * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
10 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
12 //=============================================================================
16 exception DidTheRightThing
{
18 string whatDidTheRightThing
;
23 long foo
(out long out_l
,
26 raises
(DidTheRightThing
);
30 oneway
void shutdown
();
32 void inout_arg_test
(inout
string str
);
35 interface Test_Child
: AMI_Test