X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/bdd487e027c6f6c752eacc71aa75055e1323cd7f..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h?ds=inline 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 eb0fac30..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 "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 - -