From 455af0eb264bcac8f2b5170623a14d8f5666045e Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Mon, 28 Nov 2016 15:02:47 +0200 Subject: [PATCH] Ticket 37. The time_t currentTime parameter added in TariffChangeIsAllow() function declaration. --- 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 2fd797fd..4f5b4166 100644 --- a/include/stg/tariff.h +++ b/include/stg/tariff.h @@ -68,7 +68,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 TariffChangeIsAllowed(const TARIFF & to) const = 0; + virtual std::string TariffChangeIsAllowed(const TARIFF & to, time_t currentTime) const = 0; }; inline -- 2.43.2