Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3471_Regression / Test.idl
blob1da19b5efc563f6a8534ddcdeeebb4699c8c2b82
2 /// Put the interfaces in a module, to avoid global namespace pollution
3 module Test
5 typedef sequence <Object> ObjectSeq;
7 /// A very simple interface
8 interface Hello
10 ObjectSeq get_objects ();
12 /// A method to shutdown the ORB
13 /**
14 * This method is used to simplify the test shutdown process
16 oneway void shutdown ();