2 /// Put the interfaces in a module, to avoid global namespace pollution
5 typedef sequence
<Object> ObjectSeq
;
7 /// A very simple interface
10 ObjectSeq get_objects
();
12 /// A method to shutdown the ORB
14 * This method is used to simplify the test shutdown process
16 oneway
void shutdown
();