home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / printcar / printcar.exe / src / Util / System.h < prev    next >
C/C++ Source or Header  |  2000-06-05  |  215b  |  14 lines

  1. //
  2. //  $Id: System.h,v 1.1 2000/06/04 23:23:57 sergey Exp $
  3. //
  4.  
  5. #ifndef _System_h_
  6. #define _System_h_
  7.  
  8.  
  9. namespace Util
  10. {
  11.     void YieldControlToSystem(long delay, bool enableUI);
  12. }
  13.  
  14. #endif // _System_h_