git.stg.codes
/
stg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f488a6
)
Ticket 26. The SETTINGS_IMPL & operator() declaration added.
author
Elena Mamontova
<helenh463@gmail.com>
Tue, 9 Feb 2016 16:04:26 +0000
(18:04 +0200)
committer
Elena Mamontova
<helenh463@gmail.com>
Tue, 9 Feb 2016 16:04:26 +0000
(18:04 +0200)
projects/stargazer/settings_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/settings_impl.h
b/projects/stargazer/settings_impl.h
index 690137643bbe272e3e9089f51c22f5f0802c3ebc..246ae031515338faf34d4a08c8f03d9b8d17b688 100644
(file)
--- a/
projects/stargazer/settings_impl.h
+++ b/
projects/stargazer/settings_impl.h
@@
-61,6
+61,8
@@
public:
SETTINGS_IMPL(const std::string &);
SETTINGS_IMPL(const SETTINGS_IMPL &);
virtual ~SETTINGS_IMPL() {}
+ SETTINGS_IMPL & operator=(const SETTINGS_IMPL &);
+
int Reload() { return ReadSettings(); }
int ReadSettings();