WordThread.h
上传用户:zcy791212
上传日期:2013-03-06
资源大小:196k
文件大小:1k
源码类别:

Modem编程

开发平台:

Visual C++

  1. #if !defined(AFX_WORDTHREAD_H__E6C481C6_44FF_4969_9BF1_DF29EF960DB1__INCLUDED_)
  2. #define AFX_WORDTHREAD_H__E6C481C6_44FF_4969_9BF1_DF29EF960DB1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // WordThread.h : header file
  7. //
  8. #include "MainFrm.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CWordThread thread
  11. class CWordThread : public CWinThread
  12. {
  13. DECLARE_DYNCREATE(CWordThread)
  14. protected:
  15. CWordThread();           // protected constructor used by dynamic creation
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20.  
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CWordThread)
  24. public:
  25. virtual BOOL InitInstance();
  26. virtual int ExitInstance();
  27. virtual int Run();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. virtual ~CWordThread();
  32. // Generated message map functions
  33. //{{AFX_MSG(CWordThread)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_WORDTHREAD_H__E6C481C6_44FF_4969_9BF1_DF29EF960DB1__INCLUDED_)