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

Contents of /trunk/FlisServer/Containers.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 133 - (show annotations) (download)
Mon Dec 3 11:49:29 2007 UTC (16 years, 5 months ago) by kevin
File MIME type: text/plain
File size: 221 byte(s)
added containers.h
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 };

  ViewVC Help
Powered by ViewVC 1.1.20