home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / include / msgsrvr.h < prev    next >
C/C++ Source or Header  |  1995-05-08  |  179b  |  14 lines

  1. // ---------- msgsrvr.h
  2.  
  3. #ifndef  MSGSRVR_H
  4. #define  MSGSRVR_H
  5.  
  6. #include "server.h"
  7.  
  8. class MessageServer : public Server  {
  9. public:
  10.   void check(Folder&);
  11. };
  12.  
  13. #endif
  14.