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

Contents of /trunk/FlisServer/Containers.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 136 - (show annotations) (download)
Mon Dec 3 14:13:20 2007 UTC (16 years, 5 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 #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 };
18
19 class ConfigFile
20 {
21 public:
22
23 void ReadSettings();
24
25 CString host,username,password,database,comport;
26 };

  ViewVC Help
Powered by ViewVC 1.1.20