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

Diff of /trunk/FlisServer/Containers.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 133 by kevin, Mon Dec 3 11:49:29 2007 UTC revision 176 by kevin, Thu Dec 6 14:12:31 2007 UTC
# Line 12  class Commands Line 12  class Commands
12  class Installation  class Installation
13  {  {
14          public:          public:
15                  CString InstPhoneNr, Imei, Updaterate;                  CString InstPhoneNr, Imei, Updaterate, instID;
16                                    
17    };
18    
19    class ConfigFile
20    {
21    public:
22    
23            void ReadSettings();
24    
25            CString host, username, password, database, comport, pincode;
26    };
27    class Acknowledge
28    {
29    public:
30            Acknowledge(CString instid, CString tlf)
31            {
32                    sInstallationID = instid;
33                    sTlfNr = tlf;
34                    cTime = CTime::GetCurrentTime();
35                    iRetry = 0;
36            }
37    
38            CString sInstallationID, sTlfNr;
39            CTime cTime;
40            int iRetry;
41    };
42    class keepalive
43    {
44    public:
45            CString name, value, Phonenr;
46            CTime tid;
47  };  };

Legend:
Removed from v.133  
changed lines
  Added in v.176

  ViewVC Help
Powered by ViewVC 1.1.20