QQServerDoc.h
上传用户:hysujiao87
上传日期:2007-12-02
资源大小:156k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

C/C++

  1. // QQServerDoc.h : interface of the CQQServerDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_QQSERVERDOC_H__28C0FCEA_8CD4_11D6_9C0E_0080C8F72DA3__INCLUDED_)
  5. #define AFX_QQSERVERDOC_H__28C0FCEA_8CD4_11D6_9C0E_0080C8F72DA3__INCLUDED_
  6. #include "UserList.h" // Added by ClassView
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. class CQQServerDoc : public CDocument
  11. {
  12. protected: // create from serialization only
  13. CQQServerDoc();
  14. DECLARE_DYNCREATE(CQQServerDoc)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CQQServerDoc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. virtual void DeleteContents();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. public:
  29. CUserList _userList;
  30. virtual ~CQQServerDoc();
  31. #ifdef _DEBUG
  32. virtual void AssertValid() const;
  33. virtual void Dump(CDumpContext& dc) const;
  34. #endif
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CQQServerDoc)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_QQSERVERDOC_H__28C0FCEA_8CD4_11D6_9C0E_0080C8F72DA3__INCLUDED_)