QQServerDoc.h
上传用户:hysujiao87
上传日期:2007-12-02
资源大小:156k
文件大小:2k
- // 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_)