Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / ORB_Shutdown / test.idl
blobeb36518078bc1e697f0a5b1388ff49eb48ef19a1
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file test.idl
7 * Simple IDL file to test PortableInterceptor/ORB::shutdown()
8 * semantics.
10 * @author Ossama Othman <ossama@dre.vanderbilt.edu>
12 //=============================================================================
14 interface test
16 void hello ();
18 oneway void shutdown ();