2 //=============================================================================
6 * IDL description of the AMI Test interface
9 * @author Johnny Willemsen <jwillemsen@remedy.nl>
11 //=============================================================================
17 exception DidTheRightThing
{
19 wstring whatDidTheRightThing
;
24 void foo
(in long value
) raises
(DidTheRightThing
);
26 oneway
void shutdown
();