X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/4c7f533b6d5d251a621de49f5b7eb965de739130..0b5942cd0189bbcc6b9fdc833d1e377100e5f3c7:/projects/stargazer/tariff_impl.h diff --git a/projects/stargazer/tariff_impl.h b/projects/stargazer/tariff_impl.h index 788162cd..4948b3f8 100644 --- a/projects/stargazer/tariff_impl.h +++ b/projects/stargazer/tariff_impl.h @@ -73,6 +73,7 @@ public: double GetFree() const { return tariffData.tariffConf.free; } PERIOD GetPeriod() const { return tariffData.tariffConf.period; } CHANGE_POLICY GetChangePolicy() const { return tariffData.tariffConf.changePolicy; } + time_t GetChangePolicyTimeout() const { return tariffData.tariffConf.changePolicyTimeout; } void Print() const;