2 /// Put the interfaces in a module, to avoid global namespace pollution
5 /// A very simple interface
8 void delay
(in short seconds
);
10 /// A method to shutdown the ORB
12 * This method is used to simplify the test shutdown process
14 oneway
void shutdown
();
17 /// The client calls on middle which will then perform an upcall to sleeper
20 void call_delay
(in short seconds
);
22 oneway
void shutdown
();