]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff.h
Виправлено неправильну передачу ID користувача у скрипти в rscriptd
[stg.git] / projects / stargazer / tariff.h
index 830863eb36d7a00b1652e320646401d928963ffe..2086b488c68ae8ec2cd40c47d2a620e22f9e9301 100644 (file)
@@ -31,6 +31,8 @@
 #ifndef TARIFF_H
 #define TARIFF_H
 
+#include <ctime>
+
 #include <string>
 #include <list>
 
@@ -62,7 +64,6 @@ public:
                                   int dir,
                                   time_t t) const;
     double  GetFreeMb() const { return tariffData.tariffConf.free; };
-    void    GetDirPrice(int dir, DIRPRICE_DATA * dd) const;
     double  GetPassiveCost() const { return tariffData.tariffConf.passiveCost; };
     double  GetFee() const { return tariffData.tariffConf.fee; };
     double  GetFree() const { return tariffData.tariffConf.free; };