2 /// Put the interfaces in a module, to avoid global namespace pollution
7 /// A method to shutdown the ORB
9 * This method is used to simplify the test shutdown process
11 oneway
void shutdown
();
13 // Lets make sure things are working
16 // The client calls this method which will generate
17 // a locate forward to the same IOGR on every invocation
18 // until well after the request expiration time when it will then succeed
19 void throw_location_forward
();