home *** CD-ROM | disk | FTP | other *** search
- // systray.h : main header file for the SYSTRAY application
- //
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CSystrayApp:
- // See systray.cpp for the implementation of this class
- //
-
- class CSystrayApp : public CWinApp
- {
- public:
- CSystrayApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSystrayApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
-
- // Implementation
-
- //{{AFX_MSG(CSystrayApp)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-