git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 37. if (version > 7) check added and the 'change_policy' field
[stg.git]
/
include
/
stg
/
tariff_conf.h
diff --git
a/include/stg/tariff_conf.h
b/include/stg/tariff_conf.h
index 32ca20dc98320d79d0d068d4a967ddf64451d674..d8684bd9de352e351ea18fb0b6028e74616ee6ce 100644
(file)
--- a/
include/stg/tariff_conf.h
+++ b/
include/stg/tariff_conf.h
@@
-214,6
+214,7
@@
struct TARIFF_CONF_RES
RESETABLE<double> passiveCost;
RESETABLE<std::string> name;
RESETABLE<TARIFF::PERIOD> period;
RESETABLE<double> passiveCost;
RESETABLE<std::string> name;
RESETABLE<TARIFF::PERIOD> period;
+ RESETABLE<TARIFF::CHANGE_POLICY> changePolicy;
};
//-----------------------------------------------------------------------------
struct TARIFF_DATA
};
//-----------------------------------------------------------------------------
struct TARIFF_DATA