2 //=============================================================================
6 * IDL description of the AMI Test interface
9 * @author Johnny Willemsen <jwillemsen@remedy.nl>
14 /// The message type, just used to send a lot of data on each
16 typedef sequence
<octet
> Payload
;
20 long foo
(out long out_l
,
23 in Payload the_payload
);
25 oneway
void shutdown
();