]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/configuration/rpcconfig/tariff_helper.h
Move projects back into subfolder.
[stg.git] / stargazer / plugins / configuration / rpcconfig / tariff_helper.h
diff --git a/stargazer/plugins/configuration/rpcconfig/tariff_helper.h b/stargazer/plugins/configuration/rpcconfig/tariff_helper.h
deleted file mode 100644 (file)
index 9f68a74..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#pragma once
-
-#include <xmlrpc-c/base.hpp>
-
-namespace STG
-{
-
-struct TariffData;
-
-}
-
-class TARIFF_HELPER
-{
-public:
-    explicit TARIFF_HELPER(STG::TariffData & td)
-        : data(td)
-    {}
-
-    void GetTariffInfo(xmlrpc_c::value * info) const;
-    bool SetTariffInfo(const xmlrpc_c::value & info);
-private:
-    STG::TariffData & data;
-};