X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/dbe17f5c90e7e51d8d98c734ddec23ffbaa7803e..500cb6d34896d7adcf3bb3af36bf4cca0e0f10cd:/projects/stargazer/plugins/configuration/sgconfig/configproto.h diff --git a/projects/stargazer/plugins/configuration/sgconfig/configproto.h b/projects/stargazer/plugins/configuration/sgconfig/configproto.h index 35e54105..96e976c8 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/configproto.h +++ b/projects/stargazer/plugins/configuration/sgconfig/configproto.h @@ -58,13 +58,11 @@ public: ~CONFIGPROTO(); void SetPort(uint16_t port); - //void SetHostAllow(HOSTALLOW * ha); void SetAdmins(ADMINS * a); void SetUsers(USERS * u); void SetTariffs(TARIFFS * t); void SetStore(BASE_STORE * s); void SetStgSettings(const SETTINGS * s); - //const string & GetAdminLogin(); uint32_t GetAdminIP() const; int Prepare(); int Stop(); @@ -93,14 +91,10 @@ private: pthread_t thrReciveSendConf; bool nonstop; int state; - //HOSTALLOW * hostAllow; ADMIN currAdmin; STG_LOGGER & WriteServLog; - int outerSocket; int listenSocket; - struct sockaddr_in outerAddr; - socklen_t outerAddrLen; PARSER_GET_SERVER_INFO parserGetServInfo; @@ -123,10 +117,6 @@ private: PARSER_CHG_TARIFF parserChgTariff; ADMINS * admins; - //USERS * users; - //TARIFFS * tariffs; - //BASE_STORE * store; - //const SETTINGS * settings; BASE_PARSER * currParser; vector dataParser;