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

Contents of /trunk/Client/Client.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Mon Jan 29 15:07:29 2007 UTC (17 years, 3 months ago) by kevin
File MIME type: text/plain
File size: 504 byte(s)
Updated client piece, need some stuff to get the ip connection running
1 // Client.h : main header file for the PROJECT_NAME application
2 //
3
4
5 #pragma once
6
7 #ifndef __AFXWIN_H__
8 #error include 'stdafx.h' before including this file for PCH
9 #endif
10
11 #include "resource.h" // main symbols
12
13
14 // CClientApp:
15 // See Client.cpp for the implementation of this class
16 //
17
18 class CClientApp : public CWinApp
19 {
20 public:
21 CClientApp();
22
23 // Overrides
24 public:
25 virtual BOOL InitInstance();
26
27 // Implementation
28
29 DECLARE_MESSAGE_MAP()
30 };
31
32 extern CClientApp theApp;

  ViewVC Help
Powered by ViewVC 1.1.20