trfAgentDoc.h
上传用户:maryhy001
上传日期:2007-05-02
资源大小:2317k
文件大小:1k
源码类别:

网格计算

开发平台:

Visual C++

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