/[H8]/trunk/test-server/test-server.h
ViewVC logotype

Contents of /trunk/test-server/test-server.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 110 - (show annotations) (download)
Mon May 28 14:41:33 2007 UTC (16 years, 11 months ago) by torben
File MIME type: text/plain
File size: 528 byte(s)
Implement a test-server (maybe)
1 // test-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 // CtestserverApp:
14 // See test-server.cpp for the implementation of this class
15 //
16
17 class CtestserverApp : public CWinApp
18 {
19 public:
20 CtestserverApp();
21
22 // Overrides
23 public:
24 virtual BOOL InitInstance();
25
26 // Implementation
27
28 DECLARE_MESSAGE_MAP()
29 };
30
31 extern CtestserverApp theApp;

  ViewVC Help
Powered by ViewVC 1.1.20