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