X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/483782aff2b8842048b6535ef46d22bcbdb4ce55..474a9dc37f5085103d11cff3afa8642538f06a10:/stglibs/srvconf.lib/include/stg/servconf.h diff --git a/stglibs/srvconf.lib/include/stg/servconf.h b/stglibs/srvconf.lib/include/stg/servconf.h index b7884964..f2afda39 100644 --- a/stglibs/srvconf.lib/include/stg/servconf.h +++ b/stglibs/srvconf.lib/include/stg/servconf.h @@ -16,12 +16,7 @@ /* * Author : Boris Mikhailenko - */ - - /* - $Revision: 1.10 $ - $Date: 2009/03/17 09:52:35 $ - $Author: faust $ + * Author : Maxim Mamontov */ #ifndef __STG_STGLIBS_SERVCONF_H__ @@ -38,6 +33,7 @@ struct USER_CONF_RES; struct USER_STAT_RES; struct TARIFF_DATA_RES; struct SERVICE_CONF_RES; +struct CORP_CONF_RES; namespace STG { @@ -89,6 +85,14 @@ public: SIMPLE::CALLBACK f, void * data); int DelService(const std::string & name, SIMPLE::CALLBACK f, void * data); + int GetCorporations(GET_CORPORATIONS::CALLBACK f, void * data); + int GetCorp(const std::string & name, GET_CORP::CALLBACK f, void * data); + int ChgCorp(const CORP_CONF_RES & conf, SIMPLE::CALLBACK f, void * data); + int AddCorp(const std::string & name, + const CORP_CONF_RES & conf, + SIMPLE::CALLBACK f, void * data); + int DelCorp(const std::string & name, SIMPLE::CALLBACK f, void * data); + const std::string & GetStrError() const; private: