Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / Bug_2510_Regression / test.idl
blob45e61e456ce2553b22ca29fa9b37dccffab7bec5
1 module Test_Interceptors
3 exception Silly
4 {};
6 interface Visual
8 // = TITLE
9 // A test idl for checking interceptor visually.
11 // = DESCRIPTION
14 void normal (in long arg);
15 // Normal operation.
17 oneway void shutdown ();
18 // shutdown the ORB