--- trunk/FlisServer/Containers.h 2007/12/03 14:13:20 136 +++ trunk/FlisServer/Containers.h 2007/12/06 14:12:31 176 @@ -12,7 +12,7 @@ class Installation { public: - CString InstPhoneNr, Imei, Updaterate; + CString InstPhoneNr, Imei, Updaterate, instID; }; @@ -22,5 +22,26 @@ void ReadSettings(); - CString host,username,password,database,comport; + CString host, username, password, database, comport, pincode; +}; +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