home *** CD-ROM | disk | FTP | other *** search
-
-
- /////////////////////////////////////////////////////////////////////////////
- // %1 thread
-
- class %1 : public CWinThread
- {
- DECLARE_DYNCREATE(%1)
- protected:
- %1(); // protected constructor used by dynamic creation
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(%1)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- virtual ~%1();
-
- // Generated message map functions
- //{{AFX_MSG(%1)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////