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)
{}
};
//-----------------------------------------------------------------------------
{}
};
//-----------------------------------------------------------------------------