00001
00002
00003
00004
00005
00006 #if !defined(AFX_WEBINTERFACE_H__4297E6F9_7ED7_4AE6_B9A4_BB94E75048B2__INCLUDED_)
00007 #define AFX_WEBINTERFACE_H__4297E6F9_7ED7_4AE6_B9A4_BB94E75048B2__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 #ifndef __AFXWIN_H__
00014 #error include 'stdafx.h' before including this file for PCH
00015 #endif
00016
00017 #include "resource.h"
00018 #include "vmsSingleInstance.h"
00019
00020 class CWebInterfaceApp : public CWinApp
00021 {
00022 public:
00023 CWebInterfaceApp();
00024
00025
00026
00027 public:
00028 virtual BOOL InitInstance();
00029 virtual int ExitInstance();
00030
00031
00032
00033
00034 DECLARE_MESSAGE_MAP()
00035 protected:
00036 vmsSingleInstance m_si;
00037 };
00038
00039
00040
00041 #endif