summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
638e02a)
TARIFF_CONF constructors.
traffType(TARIFF::TRAFF_UP_DOWN),
passiveCost(0),
name(),
traffType(TARIFF::TRAFF_UP_DOWN),
passiveCost(0),
name(),
+ period(TARIFF::MONTH),
+ changePolicy(TARIFF::ALLOW)
{}
TARIFF_CONF(const std::string & n)
{}
TARIFF_CONF(const std::string & n)
traffType(TARIFF::TRAFF_UP_DOWN),
passiveCost(0),
name(n),
traffType(TARIFF::TRAFF_UP_DOWN),
passiveCost(0),
name(n),
+ period(TARIFF::MONTH),
+ changePolicy(TARIFF::ALLOW)
{}
};
//-----------------------------------------------------------------------------
{}
};
//-----------------------------------------------------------------------------