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