Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Ondemand_Write / Test.idl
blob95f607d9e0d05bc033f5babdd186df9ce667a888
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Hello
8 /// Return a simple string
9 string get_string (in long valuea, in string inputa, in long valueb, in string inputb);
11 /// A method to shutdown the ORB
12 /**
13 * This method is used to simplify the test shutdown process
15 oneway void shutdown ();