1 // server.h : main header file for the SERVER application
4 #if !defined(AFX_SERVER_H__7B1C2A46_7230_11D3_B94A_0010A4052E2A__INCLUDED_)
5 #define AFX_SERVER_H__7B1C2A46_7230_11D3_B94A_0010A4052E2A__INCLUDED_
9 #endif // _MSC_VER > 1000
12 #error include 'stdafx.h' before including this file for PCH
15 #include "resource.h" // main symbols
17 /////////////////////////////////////////////////////////////////////////////
19 // See server.cpp for the implementation of this class
22 class CServerApp
: public CWinApp
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CServerApp)
33 virtual BOOL
InitInstance();
37 //{{AFX_MSG(CServerApp)
38 afx_msg
void OnAppAbout();
39 // NOTE - the ClassWizard will add and remove member functions here.
40 // DO NOT EDIT what you see in these blocks of generated code !
46 /////////////////////////////////////////////////////////////////////////////
48 //{{AFX_INSERT_LOCATION}}
49 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51 #endif // !defined(AFX_SERVER_H__7B1C2A46_7230_11D3_B94A_0010A4052E2A__INCLUDED_)