X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/19ad06653de8ff5946a2ef1d577cf42217b2e3e3..5ff8211bdcd5f110621c0ff01fa0854b5e6d9762:/projects/stargazer/tariffs_impl.h diff --git a/projects/stargazer/tariffs_impl.h b/projects/stargazer/tariffs_impl.h index b50c2f10..caeb811d 100644 --- a/projects/stargazer/tariffs_impl.h +++ b/projects/stargazer/tariffs_impl.h @@ -64,7 +64,11 @@ public: void GetTariffsData(std::list * tdl); const std::string & GetStrError() const { return strError; } + private: + TARIFFS_IMPL(const TARIFFS_IMPL & rvalue); + TARIFFS_IMPL & operator=(const TARIFFS_IMPL & rvalue); + std::list tariffs; STORE * store; STG_LOGGER & WriteServLog;