Merge pull request #2218 from jwillemsen/jwi-pthreadsigmask
[ACE_TAO.git] / TAO / tests / Smart_Proxies / On_Demand / test.idl
blob350c9ce76b9118da927f33fda037084f1410ff1f
1 interface Test
3 // = TITLE
4 // Interface for testing this example.
5 //
6 // = DESCRIPTION
7 // This interface defines a simple object
8 // which has a method which can be 'smartified'
9 // to provide extra functionality.
11 exception Oops
13 string reason;
16 short method (in short boo) raises (Oops);
18 oneway void shutdown ();