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
/
admins_impl.h
diff --git
a/projects/stargazer/admins_impl.h
b/projects/stargazer/admins_impl.h
index a1ca0f9859867a455eb79ab1fd1e8512cd90c739..cb00368c18543d75c9a72e596d8f6d6b993f6587 100644
(file)
--- a/
projects/stargazer/admins_impl.h
+++ b/
projects/stargazer/admins_impl.h
@@
-70,6
+70,9
@@
public:
int CloseSearch(int) const;
private:
+ ADMINS_IMPL(const ADMINS_IMPL & rvalue);
+ ADMINS_IMPL & operator=(const ADMINS_IMPL & rvalue);
+
typedef list<ADMIN_IMPL>::iterator admin_iter;
typedef list<ADMIN_IMPL>::const_iterator const_admin_iter;