]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff_impl.h
Ticket 37. TariffChangelsAllowed function name changed to
[stg.git] / projects / stargazer / tariff_impl.h
index bca55eb6945bbbf529f134d8a6dbe554ecd29c52..788162cdd1c17ebe06f36efb6249ca67c8662e37 100644 (file)
@@ -72,7 +72,7 @@ public:
     double  GetFee() const { return tariffData.tariffConf.fee; }
     double  GetFree() const { return tariffData.tariffConf.free; }
     PERIOD  GetPeriod() const { return tariffData.tariffConf.period; }
-    CHANGE_POLICY  GetChangePolicy() const { return tariffData.tariffConf.changePolicy; }
+    CHANGE_POLICY GetChangePolicy() const { return tariffData.tariffConf.changePolicy; }
 
     void    Print() const;
 
@@ -88,6 +88,7 @@ public:
     TARIFF_IMPL & operator=(const TARIFF_IMPL & t);
     bool     operator==(const TARIFF_IMPL & rhs) const { return GetName() == rhs.GetName(); }
     bool     operator!=(const TARIFF_IMPL & rhs) const { return GetName() != rhs.GetName(); }
+    std::string TariffChangeIsAllowed(const TARIFF & to) const;
 
 private:
     TARIFF_DATA     tariffData;