root/honeybow/trunk/mwwatcher/src/MwWatcher.h

Revision 670, 2.2 kB (checked in by chengyu, 2 years ago)

honeybow sensor mwwatcher component first public release.

Line 
1 // MwWatcher.h
2 //
3 // Main header file for the MWWATCHER application
4 // Copyright (C) 2006 Artemis: Chinese Honeynet Project
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License as published by
8 // the Free Software Foundation; either version 2 of the License, or
9 // (at your option) any later version.
10 //
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19 //
20 /////////////////////////////////////////////////////////////////////////////
21 //
22
23 #if !defined(AFX_MWWATCHER_H__541CDC35_117B_49FE_9620_F268A4E2F5EC__INCLUDED_)
24 #define AFX_MWWATCHER_H__541CDC35_117B_49FE_9620_F268A4E2F5EC__INCLUDED_
25
26 #if _MSC_VER > 1000
27 #pragma once
28 #endif // _MSC_VER > 1000
29
30 #ifndef __AFXWIN_H__
31         #error include 'stdafx.h' before including this file for PCH
32 #endif
33
34
35 #include "resource.h"           // main symbols
36
37 /////////////////////////////////////////////////////////////////////////////
38 // CMwWatcherApp:
39 // See MwWatcher.cpp for the implementation of this class
40 //
41
42 class CMwWatcherApp : public CWinApp
43 {
44 public:
45         CMwWatcherApp();
46
47 // Overrides
48         // ClassWizard generated virtual function overrides
49         //{{AFX_VIRTUAL(CMwWatcherApp)
50         public:
51         virtual BOOL InitInstance();
52         //}}AFX_VIRTUAL
53
54 // Implementation
55
56         //{{AFX_MSG(CMwWatcherApp)
57                 // NOTE - the ClassWizard will add and remove member functions here.
58                 //    DO NOT EDIT what you see in these blocks of generated code !
59         //}}AFX_MSG
60         DECLARE_MESSAGE_MAP()
61 };
62
63
64 /////////////////////////////////////////////////////////////////////////////
65
66 //{{AFX_INSERT_LOCATION}}
67 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
68
69 #endif // !defined(AFX_MWWATCHER_H__541CDC35_117B_49FE_9620_F268A4E2F5EC__INCLUDED_)
Note: See TracBrowser for help on using the browser.