1 //=============================================================================
5 * IDL description of the Test interface
7 * @author Martin Corino <mcorino@remedy.nl>
9 //=============================================================================
33 void request
(in RequestMode mode
, inout
unsigned long counter
, out FollowUp follow_up
);
35 void report
(in string msg
);
37 oneway
void shutdown
();