IpMonitorDoc.h
上传用户:ykzxjx
上传日期:2022-04-03
资源大小:1175k
文件大小:2k
开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // (C) Copyright 1999 - 2000 Mark Roddy
  4. // All Rights Reserved
  5. //
  6. // Hollis Technology Solutions
  7. // 94 Dow Road
  8. // Hollis, NH 03049
  9. // info@hollistech.com
  10. //
  11. // Synopsis: 
  12. // 
  13. //
  14. // Version Information:
  15. //
  16. // $Header: /iphook/usr/IpMonitor/IpMonitorDoc.h 2     1/27/00 10:35p Markr $ 
  17. //
  18. ///////////////////////////////////////////////////////////////////////////////
  19. // IpMonitorDoc.h : interface of the CIpMonitorDoc class
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #if !defined(AFX_IPMONITORDOC_H__8E759F0D_5582_4B0A_899D_F14D9DCE21CC__INCLUDED_)
  23. #define AFX_IPMONITORDOC_H__8E759F0D_5582_4B0A_899D_F14D9DCE21CC__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. class CIpMonitorDoc : public CDocument
  28. {
  29. protected: // create from serialization only
  30. CIpMonitorDoc();
  31. DECLARE_DYNCREATE(CIpMonitorDoc)
  32. // Attributes
  33. public:
  34. // Operations
  35. public:
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(CIpMonitorDoc)
  39. public:
  40. virtual BOOL OnNewDocument();
  41. virtual void Serialize(CArchive& ar);
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. public:
  45. void addItem(CString& item);
  46. virtual ~CIpMonitorDoc();
  47. #ifdef _DEBUG
  48. virtual void AssertValid() const;
  49. virtual void Dump(CDumpContext& dc) const;
  50. #endif
  51. protected:
  52. // Generated message map functions
  53. protected:
  54. //{{AFX_MSG(CIpMonitorDoc)
  55. afx_msg void OnDocClear();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. private:
  59. UINT m_lineCount;
  60. CStringArray m_data;
  61. };
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_IPMONITORDOC_H__8E759F0D_5582_4B0A_899D_F14D9DCE21CC__INCLUDED_)
  66. ///////////////////////////////////////////////////////////////////////////////
  67. // 
  68. // Change History Log
  69. //
  70. // $Log: /iphook/usr/IpMonitor/IpMonitorDoc.h $
  71. // 
  72. // 2     1/27/00 10:35p Markr
  73. // Prepare to release!
  74. //
  75. ///////////////////////////////////////////////////////////////////////////////