www.pudn.com > QQ2004_Source_0.01.rar > QQServerDoc.h


// QQServerDoc.h : interface of the CQQServerDoc class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_QQSERVERDOC_H__28C0FCEA_8CD4_11D6_9C0E_0080C8F72DA3__INCLUDED_) 
#define AFX_QQSERVERDOC_H__28C0FCEA_8CD4_11D6_9C0E_0080C8F72DA3__INCLUDED_ 
 
#include "UserList.h"	// Added by ClassView 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CQQServerDoc : public CDocument 
{ 
protected: // create from serialization only 
	CQQServerDoc(); 
	DECLARE_DYNCREATE(CQQServerDoc) 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CQQServerDoc) 
	public: 
	virtual BOOL OnNewDocument(); 
	virtual void Serialize(CArchive& ar); 
	virtual void DeleteContents(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	CUserList _userList; 
 
	virtual ~CQQServerDoc(); 
 
#ifdef _DEBUG 
	virtual void AssertValid() const; 
	virtual void Dump(CDumpContext& dc) const; 
#endif 
 
// Generated message map functions 
protected: 
 
	//{{AFX_MSG(CQQServerDoc) 
		// 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_QQSERVERDOC_H__28C0FCEA_8CD4_11D6_9C0E_0080C8F72DA3__INCLUDED_)