Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / RTCORBA / Client_Propagated / test.idl
blob7bc45dcae28fec0ae21363a89ce3c65159d0bc4b
2 interface Test
4 void test_method (in short priority);
5 // Print out the CORBA priority of the servant thread and check that
6 // it is equal to the <priority> argument.
8 oneway void shutdown ();
9 // Shut down the ORB.