home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pc3270sa.zip / apps / winaping / aping.h < prev    next >
Text File  |  2002-02-28  |  193b  |  16 lines

  1. // aping.h : header file
  2. //
  3.  
  4. #ifndef _APING_H_
  5. #define _APING_H_
  6.  
  7. class Aping
  8. {
  9. public:
  10.         Aping();
  11.         ~Aping();
  12.         static UINT PingIt(LPVOID pParam);
  13. };
  14.  
  15. #endif
  16.