]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff_impl.h
Merge remote-tracking branch 'origin/stg-2.409' into ticket37
[stg.git] / projects / stargazer / tariff_impl.h
index 324be186aa9a57a95e1830017e55c4aa1884b198..788162cdd1c17ebe06f36efb6249ca67c8662e37 100644 (file)
@@ -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;