Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / DLL_ORB / Test.idl
blobe84461e00ca77057caefecb833fd2e5905513c51
1 // -*- IDL -*-
3 //=============================================================================
4 /**
5 * @file Test.idl
7 * "Test" IDL interface for the DLL_ORB test.
9 * @author Ossama Othman <ossama@uci.edu>
11 //=============================================================================
13 /**
14 * @class Test
16 * @brief Simple interface that supplies an operation to invoke.
18 interface Test
21 // Simple two-way operation to invoke so that the ORB transport
22 // internals are excercised.
23 void invoke_me ();
25 // Shutdown the server-side ORB.
26 oneway void shutdown ();