}
//-----------------------------------------------------------------------------
*/
-const string & CONFIGPROTO::GetStrError()
+const string & CONFIGPROTO::GetStrError() const
{
return errorStr;
}
//-----------------------------------------------------------------------------
-uint32_t CONFIGPROTO::GetAdminIP()
+uint32_t CONFIGPROTO::GetAdminIP() const
{
return adminIP;
}
void SetTariffs(TARIFFS * t);
void SetStore(BASE_STORE * s);
void SetStgSettings(const SETTINGS * s);
- const string & GetAdminLogin();
- uint32_t GetAdminIP();
+ //const string & GetAdminLogin();
+ uint32_t GetAdminIP() const;
int Prepare();
int Stop();
- const string & GetStrError();
+ const string & GetStrError() const;
static void * Run(void * a);
private: