--- trunk/FlisServer/Containers.h 2007/12/04 13:25:32 143 +++ trunk/FlisServer/Containers.h 2007/12/04 13:26:00 144 @@ -12,7 +12,7 @@ class Installation { public: - CString InstPhoneNr, Imei, Updaterate; + CString InstPhoneNr, Imei, Updaterate, instID; }; @@ -23,4 +23,25 @@ void ReadSettings(); CString host,username,password,database,comport; +}; +class Acknowledge +{ +public: + Acknowledge(CString instid, CString tlf) + { + sInstallationID = instid; + sTlfNr = tlf; + cTime = CTime::GetCurrentTime(); + iRetry = 0; + } + + CString sInstallationID, sTlfNr; + CTime cTime; + int iRetry; +}; +class keepalive +{ +public: + CString name, value, Phonenr; + CTime tid; }; \ No newline at end of file