/[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 143 by kevin, Mon Dec 3 14:13:20 2007 UTC revision 144 by kevin, Tue Dec 4 13:26:00 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    
# Line 23  public: Line 23  public:
23          void ReadSettings();          void ReadSettings();
24    
25          CString host,username,password,database,comport;          CString host,username,password,database,comport;
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.143  
changed lines
  Added in v.144

  ViewVC Help
Powered by ViewVC 1.1.20