From: Elena Mamontova <helenh463@gmail.com>
Date: Mon, 8 Aug 2016 06:24:15 +0000 (+0300)
Subject: Ticket 37. TariffChangelsAllowed function name changed to
X-Git-Tag: 2.409~132
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/07ffb596f0664971daacc9c097ff20ca8f2ed5fd?ds=inline

Ticket 37. TariffChangelsAllowed function name changed to
TariffChangeIsAllowed.
---

diff --git a/include/stg/tariff.h b/include/stg/tariff.h
index 135c6873..9bd9973e 100644
--- a/include/stg/tariff.h
+++ b/include/stg/tariff.h
@@ -67,7 +67,7 @@ public:
     virtual int64_t GetTraffByType(uint64_t up, uint64_t down) const = 0;
     virtual int     GetThreshold(int dir) const = 0;
     virtual const TARIFF_DATA & GetTariffData() const = 0;
-    virtual std::string TariffChangelsAllowed(const TARIFF & to) const = 0;
+    virtual std::string TariffChangeIsAllowed(const TARIFF & to) const = 0;
 };
 
 inline