#pragma once #include using namespace std; class Commands { public: CString IDnr,CommandID, InstallationsID; }; class Installation { public: CString InstPhoneNr, Imei, Updaterate; };