]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / tariff_helper.h
diff --git a/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h b/projects/stargazer/plugins/configuration/rpcconfig/tariff_helper.h
deleted file mode 100644 (file)
index a30b992..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef __TARIFF_HELPER_H__
-#define __TARIFF_HELPER_H__
-
-#include <xmlrpc-c/base.hpp>
-#include "stg/tariff_conf.h"
-
-class TARIFF_HELPER
-{
-public:
-    explicit 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
-
-