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:
477aa66
)
Process services on daily basis.
author
Maxim Mamontov
<faust.madf@gmail.com>
Sat, 18 Oct 2014 20:09:56 +0000
(23:09 +0300)
committer
Maxim Mamontov
<faust.madf@gmail.com>
Sat, 18 Oct 2014 20:09:56 +0000
(23:09 +0300)
projects/stargazer/users_impl.cpp
patch
|
blob
|
history
diff --git
a/projects/stargazer/users_impl.cpp
b/projects/stargazer/users_impl.cpp
index 3dd7638b9b2ecf392685ccd2f68d19b9fd17edde..a9761455a6b9e2dd8c627192359c479df59abb3c 100644
(file)
--- a/
projects/stargazer/users_impl.cpp
+++ b/
projects/stargazer/users_impl.cpp
@@
-521,6
+521,7
@@
else
}
std::for_each(users.begin(), users.end(), std::mem_fun_ref(&USER_IMPL::ProcessDailyFee));
+std::for_each(users.begin(), users.end(), std::mem_fun_ref(&USER_IMPL::ProcessServices));
if (settings->GetDayFeeIsLastDay())
{