• Classes
  • Namespaces
  • Files
  • Related Pages
  • File List
  • File Members

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 Jan 12 2012 23:13:14 for ACS-10.0 IDL interfaces by  doxygen 1.7.0