]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariff_impl.h
Ticket 37. The 'change_policy' replaced by 'changePolicy' in the
[stg.git] / projects / stargazer / tariff_impl.h
index 122dabd044de29178d083c0849c4b4ba857a9fef..bca55eb6945bbbf529f134d8a6dbe554ecd29c52 100644 (file)
@@ -71,6 +71,8 @@ public:
     double  GetPassiveCost() const { return tariffData.tariffConf.passiveCost; }
     double  GetFee() const { return tariffData.tariffConf.fee; }
     double  GetFree() const { return tariffData.tariffConf.free; }
+    PERIOD  GetPeriod() const { return tariffData.tariffConf.period; }
+    CHANGE_POLICY  GetChangePolicy() const { return tariffData.tariffConf.changePolicy; }
 
     void    Print() const;