]> git.stg.codes - stg.git/blobdiff - include/stg/tariff.h
Fix email.
[stg.git] / include / stg / tariff.h
index 2fd797fde514fed8a8a276116dcb2fa066639946..00312501e768ea7169993799aec70028636c8eaa 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 #ifndef 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