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:
3068564
)
Hide assignement operator for USER_IMPL
author
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 14 Sep 2011 14:34:40 +0000
(17:34 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Wed, 14 Sep 2011 14:34:40 +0000
(17:34 +0300)
projects/stargazer/user_impl.h
patch
|
blob
|
history
diff --git
a/projects/stargazer/user_impl.h
b/projects/stargazer/user_impl.h
index 62efa796ec9d816305dd215106fa1fd891ac8187..88506a2f646030b5ac2bd47e7593a12a9c5ff949 100644
(file)
--- a/
projects/stargazer/user_impl.h
+++ b/
projects/stargazer/user_impl.h
@@
-206,6
+206,8
@@
public:
void OnDelete();
private:
+ USER_IMPL & operator=(const USER_IMPL & rvalue);
+
const USERS * users;
USER_PROPERTIES property;
STG_LOGGER & WriteServLog;