]> git.stg.codes - stg.git/blobdiff - include/stg/tariff_conf.h
Ticket 37. The changePolicy parameter added in the struct
[stg.git] / include / stg / tariff_conf.h
index 7790d47bf470ea03f6a0d06b580feca650147ec1..8640d82383f437cd3e37c793d00aae595b0aa88d 100644 (file)
@@ -179,7 +179,8 @@ struct TARIFF_CONF_RES
           traffType(),
           passiveCost(),
           name(),
-          period()
+          period(),
+          changePolicy()
         {}
 
     TARIFF_CONF_RES & operator=(const TARIFF_CONF & tc)
@@ -190,6 +191,7 @@ struct TARIFF_CONF_RES
         passiveCost = tc.passiveCost;
         name        = tc.name;
         period      = tc.period;
+        changePolicy = tc.changePolicy;
         return *this;
         }