From 0b5942cd0189bbcc6b9fdc833d1e377100e5f3c7 Mon Sep 17 00:00:00 2001 From: Elena Mamontova Date: Fri, 16 Sep 2016 15:54:26 +0300 Subject: [PATCH] Ticket 37. The virtual time_t GetChangePolicyTimeout() function defined. --- projects/stargazer/tariff_impl.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.43.2