2 /// Put the interfaces in a module, to avoid global namespace pollution
5 /// A very simple interface
6 interface Memory_Growth
8 /// A simple ping call.
11 /// A method to shutdown the ORB
13 * This method is used to simplify the test shutdown process
15 oneway
void shutdown
();