Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Optimized_Connection / Test.idl
blob57d93c58ffca0dc8ec85d12697a02b53c4a66d4e
1 /// Put the interfaces in a module, to avoid global namespace pollution
2 module Test
4 /// A very simple interface
5 interface Hello
7 /// Return a simple string
8 string get_string ();
10 /// A method to shutdown the ORB
11 /**
12 * This method is used to simplify the test shutdown process
14 oneway void shutdown ();