1 /// Put the interfaces in a module, to avoid global namespace pollution
4 /// A very simple interface
7 /// Return a simple string
10 /// Return another instance (returns NULL object reference)
13 /// A method to shutdown the ORB
15 * This method is used to simplify the test shutdown process
17 oneway
void shutdown
();