2 //=============================================================================
6 * Simple IDL file to test portable interceptor support.
9 * @author Nanbor Wang <nanbor@cs.wustl.edu>
11 //=============================================================================
14 module Test_Interceptors
22 void normal
(in long arg
);
24 /// Normal operation with a return val.
25 long calculate
(in long one
, in long two
);
27 /// throws a user exception.
31 /// throws a system exception.
35 oneway
void shutdown
();