00001 #ifndef _timeout_test_idl_ 00002 #define _timeout_test_idl_ 00003 00004 interface TimeOutTest 00005 { 00006 // Returns <x>, but sleep for <msecs> milliseconds before returning 00007 long echo (in long x, in long msecs); 00008 00009 // used to terminate the orb so that we don't have processes 00010 // hanging around after the tat test ends 00011 void shutdownOrb(); 00012 }; 00013 00014 #endif