]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff.h
В класс CONFIGFILE добавлена поддержка отказа от записи
[stg.git] / projects / stargazer / tariff.h
index 830863eb36d7a00b1652e320646401d928963ffe..ed61e0151f4ab671e3a69566682c7a5eb0daa622 100644 (file)
@@ -62,7 +62,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; };