#ifndef __STG_SGCONF_TARIFFS_H__ #define __STG_SGCONF_TARIFFS_H__ #include #include namespace SGCONF { class CONFIG; bool GetTariffsFunction(const CONFIG & config, const std::string & /*arg*/, const std::map & /*options*/); bool GetTariffFunction(const CONFIG & config, const std::string & arg, const std::map & /*options*/); bool DelTariffFunction(const CONFIG & config, const std::string & arg, const std::map & /*options*/); bool AddTariffFunction(const CONFIG & config, const std::string & arg, const std::map & options); bool ChgTariffFunction(const CONFIG & config, const std::string & arg, const std::map & options); } // namespace SGCONF #endif