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 //=============================================================================
18 exception DidTheRightThing
{
20 string whatDidTheRightThing
;
25 long foo
(out long out_l
,
28 raises
(DidTheRightThing
);
32 oneway
void shutdown
();
34 void inout_arg_test
(inout
string str
);