/[H7]/trunk/H7 Server/H7 Server.h
ViewVC logotype

Contents of /trunk/H7 Server/H7 Server.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Mon Jan 29 10:44:29 2007 UTC (17 years, 3 months ago) by hedin
File MIME type: text/plain
File size: 516 byte(s)
Added basic server structure
1 // H7 Server.h : main header file for the PROJECT_NAME application
2 //
3
4 #pragma once
5
6 #ifndef __AFXWIN_H__
7 #error include 'stdafx.h' before including this file for PCH
8 #endif
9
10 #include "resource.h" // main symbols
11
12
13 // CH7ServerApp:
14 // See H7 Server.cpp for the implementation of this class
15 //
16
17 class CH7ServerApp : public CWinApp
18 {
19 public:
20 CH7ServerApp();
21
22 // Overrides
23 public:
24 virtual BOOL InitInstance();
25
26 // Implementation
27
28 DECLARE_MESSAGE_MAP()
29 };
30
31 extern CH7ServerApp theApp;

  ViewVC Help
Powered by ViewVC 1.1.20