www.pudn.com > Thread_simple1.zip > ThreadDemo1Doc.h


// ThreadDemo1Doc.h : interface of the CThreadDemo1Doc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_THREADDEMO1DOC_H__3CAF4D6C_8775_11D1_B719_00C0A83735D8__INCLUDED_) 
#define AFX_THREADDEMO1DOC_H__3CAF4D6C_8775_11D1_B719_00C0A83735D8__INCLUDED_ 
 
#if _MSC_VER >= 1000 
#pragma once 
#endif // _MSC_VER >= 1000 
 
 
class CThreadDemo1Doc : public CDocument 
{ 
protected: // create from serialization only 
	CThreadDemo1Doc(); 
	DECLARE_DYNCREATE(CThreadDemo1Doc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CThreadDemo1Doc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CThreadDemo1Doc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CThreadDemo1Doc) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Developer Studio will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_THREADDEMO1DOC_H__3CAF4D6C_8775_11D1_B719_00C0A83735D8__INCLUDED_)