IpMonitorDoc.h
资源名称:IPbao.rar [点击查看]
上传用户:ykzxjx
上传日期:2022-04-03
资源大小:1175k
文件大小:2k
源码类别:
防火墙与安全工具
开发平台:
Visual C++
- ///////////////////////////////////////////////////////////////////////////////
- //
- // (C) Copyright 1999 - 2000 Mark Roddy
- // All Rights Reserved
- //
- // Hollis Technology Solutions
- // 94 Dow Road
- // Hollis, NH 03049
- // info@hollistech.com
- //
- // Synopsis:
- //
- //
- // Version Information:
- //
- // $Header: /iphook/usr/IpMonitor/IpMonitorDoc.h 2 1/27/00 10:35p Markr $
- //
- ///////////////////////////////////////////////////////////////////////////////
- // IpMonitorDoc.h : interface of the CIpMonitorDoc class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_IPMONITORDOC_H__8E759F0D_5582_4B0A_899D_F14D9DCE21CC__INCLUDED_)
- #define AFX_IPMONITORDOC_H__8E759F0D_5582_4B0A_899D_F14D9DCE21CC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CIpMonitorDoc : public CDocument
- {
- protected: // create from serialization only
- CIpMonitorDoc();
- DECLARE_DYNCREATE(CIpMonitorDoc)
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CIpMonitorDoc)
- public:
- virtual BOOL OnNewDocument();
- virtual void Serialize(CArchive& ar);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void addItem(CString& item);
- virtual ~CIpMonitorDoc();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CIpMonitorDoc)
- afx_msg void OnDocClear();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- UINT m_lineCount;
- CStringArray m_data;
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_IPMONITORDOC_H__8E759F0D_5582_4B0A_899D_F14D9DCE21CC__INCLUDED_)
- ///////////////////////////////////////////////////////////////////////////////
- //
- // Change History Log
- //
- // $Log: /iphook/usr/IpMonitor/IpMonitorDoc.h $
- //
- // 2 1/27/00 10:35p Markr
- // Prepare to release!
- //
- ///////////////////////////////////////////////////////////////////////////////