add winpcap 4.0.2 from url http://www.winpcap.org/
[natblaster.git] / winpcap / Examples / NETMETER / MainFrm.h
blob0ec4f251a267c52466e810c62cb1c9126cc99515
1 /*
2 * Copyright (c) 1999 - 2005 NetGroup, Politecnico di Torino (Italy)
3 * Copyright (c) 2005 - 2006 CACE Technologies, Davis (California)
4 * All rights reserved.
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution.
15 * 3. Neither the name of the Politecnico di Torino, CACE Technologies
16 * nor the names of its contributors may be used to endorse or promote
17 * products derived from this software without specific prior written
18 * permission.
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 // MainFrm.h : interface of the CMainFrame class
36 /////////////////////////////////////////////////////////////////////////////
38 #if !defined(AFX_MAINFRM_H__3BF6CD27_6C2B_11D3_B76F_0080C8DF82B3__INCLUDED_)
39 #define AFX_MAINFRM_H__3BF6CD27_6C2B_11D3_B76F_0080C8DF82B3__INCLUDED_
41 #if _MSC_VER > 1000
42 #pragma once
43 #endif // _MSC_VER > 1000
45 class CMainFrame : public CFrameWnd
48 protected: // create from serialization only
49 CMainFrame();
50 DECLARE_DYNCREATE(CMainFrame)
52 // Attributes
53 public:
55 // Operations
56 public:
58 // Overrides
59 // ClassWizard generated virtual function overrides
60 //{{AFX_VIRTUAL(CMainFrame)
61 public:
62 virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
63 //}}AFX_VIRTUAL
65 // Implementation
66 public:
67 virtual ~CMainFrame();
68 #ifdef _DEBUG
69 virtual void AssertValid() const;
70 virtual void Dump(CDumpContext& dc) const;
71 #endif
73 // Generated message map functions
74 protected:
75 //{{AFX_MSG(CMainFrame)
76 //}}AFX_MSG
77 DECLARE_MESSAGE_MAP()
80 /////////////////////////////////////////////////////////////////////////////
82 //{{AFX_INSERT_LOCATION}}
83 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
85 #endif // !defined(AFX_MAINFRM_H__3BF6CD27_6C2B_11D3_B76F_0080C8DF82B3__INCLUDED_)