home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 January / dppcpro0199a.iso / January / Fp98 / SDK / WebBot / votebot / client / votebot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-18  |  902 b   |  37 lines

  1. //
  2. // Copyright (c) 1997 Microsoft Corp.  All Rights Reserved
  3. //
  4. // votebot.h : main header file for the votebot DLL
  5. //
  6.  
  7. #ifndef __AFXWIN_H__
  8.     #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10.  
  11. #include "resource.h"        // main symbols
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CvotebotApp
  15. // See votebot.cpp for the implementation of this class
  16. //
  17.  
  18. class CvotebotApp : public CWinApp
  19. {
  20. public:
  21.     CvotebotApp();
  22.  
  23. // Overrides
  24.     // ClassWizard generated virtual function overrides
  25.     //{{AFX_VIRTUAL(CvotebotApp)
  26.     //}}AFX_VIRTUAL
  27.  
  28.     //{{AFX_MSG(CvotebotApp)
  29.         // NOTE - the ClassWizard will add and remove member functions here.
  30.         //    DO NOT EDIT what you see in these blocks of generated code !
  31.     //}}AFX_MSG
  32.     DECLARE_MESSAGE_MAP()
  33. };
  34.  
  35.  
  36. /////////////////////////////////////////////////////////////////////////////
  37.