X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/868ebee4159bc75be11488f944910fa9301f9986..4bbe03bbc84116a4dfd1531448b4e9a5acf7f2bb:/projects/stargazer/tariff_impl.h?ds=sidebyside

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;