]> git.stg.codes - stg.git/blobdiff - projects/stargazer/tariffs_impl.h
Hide or add proper copy ctor and assignement operator, initialize
[stg.git] / projects / stargazer / tariffs_impl.h
index b50c2f10491c4dd05d8268180db702cbcad60c63..caeb811d954bdafe9d277f44a0077987e1d6a005 100644 (file)
@@ -64,7 +64,11 @@ public:
     void    GetTariffsData(std::list<TARIFF_DATA> * tdl);
 
     const std::string & GetStrError() const { return strError; }
+
 private:
+    TARIFFS_IMPL(const TARIFFS_IMPL & rvalue);
+    TARIFFS_IMPL & operator=(const TARIFFS_IMPL & rvalue);
+
     std::list<TARIFF_IMPL>  tariffs;
     STORE *                 store;
     STG_LOGGER &            WriteServLog;