Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Multiple_Retry_Tests / Retry_On_Connection_Failure / Test.idl
blobe06a9b04c45cbf26f0c5ee0958baa2cc97bc504b
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 ();
11 /// A oneway operation takes a
12 /// different path to get to a TRANSIENT
13 /// exception.
14 oneway void set_string (in string s);
16 /// Shutdown the ORB
17 oneway void shutdown ();