From 07ffb596f0664971daacc9c097ff20ca8f2ed5fd Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Mon, 8 Aug 2016 09:24:15 +0300 Subject: [PATCH] Ticket 37. TariffChangelsAllowed function name changed to TariffChangeIsAllowed. --- include/stg/tariff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2