git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Snake replaced with Camel
[stg.git]
/
projects
/
stargazer
/
tariffs_impl.h
diff --git
a/projects/stargazer/tariffs_impl.h
b/projects/stargazer/tariffs_impl.h
index b50c2f10491c4dd05d8268180db702cbcad60c63..caeb811d954bdafe9d277f44a0077987e1d6a005 100644
(file)
--- a/
projects/stargazer/tariffs_impl.h
+++ b/
projects/stargazer/tariffs_impl.h
@@
-64,7
+64,11
@@
public:
void GetTariffsData(std::list<TARIFF_DATA> * tdl);
const std::string & GetStrError() const { return strError; }
void GetTariffsData(std::list<TARIFF_DATA> * tdl);
const std::string & GetStrError() const { return strError; }
+
private:
private:
+ TARIFFS_IMPL(const TARIFFS_IMPL & rvalue);
+ TARIFFS_IMPL & operator=(const TARIFFS_IMPL & rvalue);
+
std::list<TARIFF_IMPL> tariffs;
STORE * store;
STG_LOGGER & WriteServLog;
std::list<TARIFF_IMPL> tariffs;
STORE * store;
STG_LOGGER & WriteServLog;