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
;
22 exception DidTheRightThingB
{
24 string whatDidTheRightThing
;
30 getraises
(DidTheRightThingB
)
31 setraises
(DidTheRightThing
);
33 readonly attribute
long dadda
34 raises
(DidTheRightThing
);
36 oneway
void shutdown
();
38 void inout_arg_test
(inout
string str
);