Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

timeoutTest.idl

Go to the documentation of this file.
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

Generated on Thu Apr 30 02:26:27 2009 for ACS IDL interfaces by doxygen 1.3.8