]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user.h
У плагіні підтримки rlm_stg методи шифрування винесені у звичайні
[stg.git] / projects / stargazer / user.h
index 8b35dbecdc7b8801a713d1479021c811b54fbc08..8e33846329949c346e40465a3a9ac37392bb2200 100644 (file)
@@ -144,8 +144,6 @@ public:
     void            ResetPassiveTime() { passiveTime = 0; }
     void            SetPassiveTimeAsNewUser();
 
-    /*void            ResetDetailStat();
-    int             SwapDetailStat();*/
     int             WriteDetailStat(bool hard = false);
 
     const TARIFF *  GetTariff() const { return tariff; }
@@ -205,7 +203,6 @@ private:
     int             SaveMonthStat(int month, int year);
 
     int             SendMessage(const STG_MSG & msg);
-    int             RemoveMessage(uint64_t) { return 0; }
     int             ScanMessage();
     time_t          lastScanMessages;
 
@@ -235,11 +232,6 @@ private:
     const TARIFFS * tariffs;
     const TARIFF *  tariff;
 
-    /*map<IP_DIR_PAIR, STAT_NODE>     traffStatInternal[2];
-    map<IP_DIR_PAIR, STAT_NODE> *   traffStat;
-    map<IP_DIR_PAIR, STAT_NODE> *   traffStatToWrite;
-    int                             traffStatInUse;*/
-
     TRAFF_STAT      traffStat;
     std::list<std::pair<time_t, TRAFF_STAT> > traffStatQueue;