X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0bca9af0ccaaa9edfcad812a953f0dbedfdded8e..33c08942f3dde0afda078e7dfab9c65e413ac6e3:/projects/stargazer/tariff_impl.h diff --git a/projects/stargazer/tariff_impl.h b/projects/stargazer/tariff_impl.h index 324be186..682d66ec 100644 --- a/projects/stargazer/tariff_impl.h +++ b/projects/stargazer/tariff_impl.h @@ -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 TariffChangelsAllowed(const TARIFF & to) const; private: TARIFF_DATA tariffData;