Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / Bug_3430_Regression / Test.idl
blobd25bdadb243f23c7b2c4c3b14115f0c31dbc1135
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 /// A very simple interface
6 interface Hello
8 void method(out Hello result);
10 /// A method to shutdown the ORB
11 /**
12 * This method is used to simplify the test shutdown process
14 oneway void shutdown ();