NetMapDoc.h
上传用户:hbytqc8
上传日期:2014-07-31
资源大小:527k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Visual C++

  1. // NetMapDoc.h : interface of the CNetMapDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_NETMAPDOC_H__C2E6B2F0_1165_4C93_956A_56EB3706EC46__INCLUDED_)
  5. #define AFX_NETMAPDOC_H__C2E6B2F0_1165_4C93_956A_56EB3706EC46__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CNetMapDoc : public CDocument
  10. {
  11. protected: // create from serialization only
  12. CNetMapDoc();
  13. DECLARE_DYNCREATE(CNetMapDoc)
  14. // Attributes
  15. public:
  16.     CString ip,community;
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CNetMapDoc)
  22. public:
  23. virtual BOOL OnNewDocument();
  24. virtual void Serialize(CArchive& ar);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CNetMapDoc();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. protected:
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CNetMapDoc)
  37. afx_msg void OnConfig();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_NETMAPDOC_H__C2E6B2F0_1165_4C93_956A_56EB3706EC46__INCLUDED_)