home *** CD-ROM | disk | FTP | other *** search
- /////////////////////////////////////////////////////////////////////////////
- // %1
-
- IMPLEMENT_DYNCREATE(%1, CWinThread)
-
- %1::%1()
- {
- }
-
- %1::~%1()
- {
- }
-
- BOOL %1::InitInstance()
- {
- // TODO: perform and per-thread initialization here
- return TRUE;
- }
-
- int %1::ExitInstance()
- {
- // TODO: perform any per-thread cleanup here
- return CWinThread::ExitInstance();
- }
-
- BEGIN_MESSAGE_MAP(%1, CWinThread)
- //{{AFX_MSG_MAP(%1)
- // NOTE - the ClassWizard will add and remove mapping macros here.
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
-
- /////////////////////////////////////////////////////////////////////////////
- // %1 message handlers