#define __TARIFF_HELPER_H__
#include <xmlrpc-c/base.hpp>
-#include "../../../tariff.h"
-#include "tariff_conf.h"
+#include "stg/tariff_conf.h"
class TARIFF_HELPER
{
public:
- TARIFF_HELPER(TARIFF_DATA & td)
+ explicit TARIFF_HELPER(TARIFF_DATA & td)
: data(td)
{}