]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.h
Ticket 12. The 'stopOnError' property added in the SETTINGS_IMPL class.
[stg.git] / projects / stargazer / settings_impl.h
index 7ba2708fd7ae6aace5260277b5421140918a2c4c..f35eda0dc726033513123a6a712194a82795376d 100644 (file)
@@ -58,7 +58,6 @@ class DOTCONFDocumentNode;
 //-----------------------------------------------------------------------------
 class SETTINGS_IMPL : public SETTINGS {
 public:
-    SETTINGS_IMPL();
     SETTINGS_IMPL(const std::string &);
     SETTINGS_IMPL(const SETTINGS_IMPL &);
     virtual ~SETTINGS_IMPL() {}
@@ -129,6 +128,7 @@ private:
     unsigned    dayResetTraff;
     bool        spreadFee;
     bool        freeMbAllowInet;
+    bool        stopOnError;
     bool        dayFeeIsLastDay;
     bool        writeFreeMbTraffCost;
     bool        showFeeInCash;