]> git.stg.codes - stg.git/commitdiff
USER_IMPL::SetPrepaidTraff moved to private section
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 26 May 2011 15:26:40 +0000 (18:26 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 26 May 2011 15:26:40 +0000 (18:26 +0300)
projects/stargazer/user_impl.h

index 3701bdd0f8834c5f165ba3aa540afbdc38397dd2..62efa796ec9d816305dd215106fa1fd891ac8187 100644 (file)
@@ -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();