//-----------------------------------------------------------------------------
class SETTINGS_IMPL : public SETTINGS {
public:
- SETTINGS_IMPL();
SETTINGS_IMPL(const std::string &);
SETTINGS_IMPL(const SETTINGS_IMPL &);
virtual ~SETTINGS_IMPL() {}
unsigned dayResetTraff;
bool spreadFee;
bool freeMbAllowInet;
+ bool stopOnError;
bool dayFeeIsLastDay;
bool writeFreeMbTraffCost;
bool showFeeInCash;