From: Maxim Mamontov <faust@gts.dp.ua>
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?ds=sidebyside;hp=ba10cb2660b673040e2a9f70cc50427d3c83d16e

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();