X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c26f4f6b17d688b3defb790486daf42392068aa3..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h diff --git a/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h b/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h deleted file mode 100644 index 955f810e..00000000 --- a/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __TARIFF_HELPER_H__ -#define __TARIFF_HELPER_H__ - -#include -#include "stg/tariff_conf.h" - -class TARIFF_HELPER -{ -public: - TARIFF_HELPER(TARIFF_DATA & td) - : data(td) - {} - - void GetTariffInfo(xmlrpc_c::value * info) const; - bool SetTariffInfo(const xmlrpc_c::value & info); -private: - TARIFF_DATA & data; -}; - -#endif - -