/[H9]/trunk/FlisServer/FlisServer.h
ViewVC logotype

Annotation of /trunk/FlisServer/FlisServer.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 70 - (hide annotations) (download)
Tue Nov 27 15:26:42 2007 UTC (16 years, 6 months ago) by kevin
File MIME type: text/plain
File size: 547 byte(s)
added FlisServer to the project - containing the server software
1 kevin 70 // FlisServer.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     #include "serial.h"
12    
13    
14     // CFlisServerApp:
15     // See FlisServer.cpp for the implementation of this class
16     //
17    
18     class CFlisServerApp : public CWinApp
19     {
20     public:
21     CFlisServerApp();
22    
23     // Overrides
24     public:
25     virtual BOOL InitInstance();
26    
27     // Implementation
28    
29     DECLARE_MESSAGE_MAP()
30     };
31    
32     extern CFlisServerApp theApp;

  ViewVC Help
Powered by ViewVC 1.1.20