--- trunk/FlisServer/Containers.h 2007/12/03 14:09:34 135 +++ trunk/FlisServer/Containers.h 2007/12/03 14:13:20 136 @@ -14,4 +14,13 @@ public: CString InstPhoneNr, Imei, Updaterate; +}; + +class ConfigFile +{ +public: + + void ReadSettings(); + + CString host,username,password,database,comport; }; \ No newline at end of file