www.pudn.com > TINcreatewithdelauney.rar > ssDoc.h


// ssDoc.h : interface of the CSsDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_SSDOC_H__643FCD9C_26D3_4914_9738_E79F7107B49E__INCLUDED_) 
#define AFX_SSDOC_H__643FCD9C_26D3_4914_9738_E79F7107B49E__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
 
class CSsDoc : public CDocument 
{ 
protected: // create from serialization only 
	CSsDoc(); 
	DECLARE_DYNCREATE(CSsDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSsDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CSsDoc(); 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
protected: 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CSsDoc) 
		// 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 Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SSDOC_H__643FCD9C_26D3_4914_9738_E79F7107B49E__INCLUDED_)