--- trunk/FlisServer/Containers.h 2007/12/03 11:49:29 133 +++ trunk/FlisServer/Containers.h 2007/12/04 13:26:00 144 @@ -12,6 +12,36 @@ class Installation { public: - CString InstPhoneNr, Imei, Updaterate; + CString InstPhoneNr, Imei, Updaterate, instID; +}; + +class ConfigFile +{ +public: + + 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