2 /// Put the interfaces in a module, to avoid global namespace pollution
5 /// A very simple interface
8 /// Return a simple string
12 oneway
void onewayTest
();
14 /// A method to shutdown the ORB
16 * This method is used to simplify the test shutdown process
18 oneway
void shutdown
();