1 #ifndef __TARIFF_HELPER_H__
2 #define __TARIFF_HELPER_H__
4 #include <xmlrpc-c/base.hpp>
5 #include "../../../tariff.h"
6 #include "tariff_conf.h"
11 TARIFF_HELPER(TARIFF_DATA & td)
15 void GetTariffInfo(xmlrpc_c::value * info) const;
16 bool SetTariffInfo(const xmlrpc_c::value & info);