2 //=============================================================================
6 * Simple IDL file to test portable interceptor support.
9 * @author Nanbor Wang <nanbor@cs.wustl.edu>
11 //=============================================================================
14 module Test_Interceptors
22 // A test idl for checking interceptor visually.
27 void normal
(in long arg
);
31 // Normal operation without return.
35 // throws a user exception.
38 // thows a system exception.
40 oneway
void shutdown
();