4 /// A very simple interface
5 interface Sleep_Service
7 /// Sleep for @c microseconds
8 void go_to_sleep
(in unsigned long microseconds
);
10 /// A method to shutdown the ORB
12 * This method is used to simplify the test shutdown process
14 oneway
void shutdown
();