ThreadTestDoc.h
上传用户:hvpower
上传日期:2022-07-01
资源大小:2660k
文件大小:1k
- // ThreadTestDoc.h : interface of the CThreadTestDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_THREADTESTDOC_H__1F3C186D_8E47_4FEB_BB98_7548829C4BC3__INCLUDED_)
- #define AFX_THREADTESTDOC_H__1F3C186D_8E47_4FEB_BB98_7548829C4BC3__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- class CThreadTestDoc : public CDocument
- {
- protected: // create from serialization only
- CThreadTestDoc();
- DECLARE_DYNCREATE(CThreadTestDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CThreadTestDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CThreadTestDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CThreadTestDoc)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_THREADTESTDOC_H__1F3C186D_8E47_4FEB_BB98_7548829C4BC3__INCLUDED_)