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

Annotation of /trunk/FlisServer/Containers.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 136 - (hide annotations) (download)
Mon Dec 3 14:13:20 2007 UTC (16 years, 6 months ago) by kevin
File MIME type: text/plain
File size: 335 byte(s)
added Server-Settings.ini and cleaned up the server software code
1 kevin 133 #pragma once
2    
3     #include <vector>
4     using namespace std;
5    
6     class Commands
7     {
8     public:
9     CString IDnr,CommandID, InstallationsID;
10    
11     };
12     class Installation
13     {
14     public:
15     CString InstPhoneNr, Imei, Updaterate;
16    
17 kevin 136 };
18    
19     class ConfigFile
20     {
21     public:
22    
23     void ReadSettings();
24    
25     CString host,username,password,database,comport;
26 kevin 133 };

  ViewVC Help
Powered by ViewVC 1.1.20