WarFTPClientDoc.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // WarFTPClientDoc.h : interface of the CWarFTPClientDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #include "DaemonInfo.h"
  5. class DLL_WAR_CLIENT_ CWarFTPClientDoc : public CDocument
  6. {
  7. protected: // create from serialization only
  8. CWarFTPClientDoc();
  9. DECLARE_DYNCREATE(CWarFTPClientDoc)
  10. // Attributes
  11. public:
  12. CDaemonInfo m_LeftDaemon;
  13. CDaemonInfo m_RightDaemon;
  14. // Operations
  15. public:
  16. // Overrides
  17. // ClassWizard generated virtual function overrides
  18. //{{AFX_VIRTUAL(CWarFTPClientDoc)
  19. public:
  20. virtual BOOL OnNewDocument();
  21. virtual void Serialize(CArchive& ar);
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CWarFTPClientDoc();
  26. #ifdef _DEBUG
  27. virtual void AssertValid() const;
  28. virtual void Dump(CDumpContext& dc) const;
  29. #endif
  30. protected:
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CWarFTPClientDoc)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //    DO NOT EDIT what you see in these blocks of generated code !
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////