From: Maxim Mamontov Date: Thu, 26 May 2011 15:26:40 +0000 (+0300) Subject: USER_IMPL::SetPrepaidTraff moved to private section X-Git-Tag: 2.408-alpha~133 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b3d6424d9655d6ba4fc7ccfd8df1de0835611d77 USER_IMPL::SetPrepaidTraff moved to private section --- diff --git a/projects/stargazer/user_impl.h b/projects/stargazer/user_impl.h index 3701bdd0..62efa796 100644 --- a/projects/stargazer/user_impl.h +++ b/projects/stargazer/user_impl.h @@ -196,7 +196,6 @@ public: void MidnightResetSessionStat(); void ProcessDayFee(); - void SetPrepaidTraff(); void ProcessDayFeeSpread(); void ProcessNewMonth(); @@ -215,6 +214,8 @@ private: void Disconnect(bool fakeDisconnect, const std::string & reason); int SaveMonthStat(int month, int year); + void SetPrepaidTraff(); + int SendMessage(STG_MSG & msg) const; void ScanMessage();