]> git.stg.codes - stg.git/commitdiff
Ticket 37. TariffChangelsAllowed function name changed to
authorElena Mamontova <helenh463@gmail.com>
Mon, 8 Aug 2016 06:24:15 +0000 (09:24 +0300)
committerElena Mamontova <helenh463@gmail.com>
Mon, 8 Aug 2016 06:24:15 +0000 (09:24 +0300)
TariffChangeIsAllowed.

include/stg/tariff.h

index 135c687397eed4239d2d74b109ac4652c24380a0..9bd9973eaa5cedebbe33f91b236e3a1df3de1995 100644 (file)
@@ -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