]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/radius/radius.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / other / radius / radius.h
index 1c32bd0bf88435336fe0b46d135e5ca120267f8a..2a60f1172591d2ba04620dda09f05461a3343e33 100644 (file)
@@ -66,7 +66,6 @@ public:
     const std::list<string> & GetAcctServices() const { return acctServices; }
 
 private:
-    int ParseIntInRange(const std::string & str, int min, int max, int * val);
     int ParseServices(const std::vector<std::string> & str, std::list<std::string> * lst);
 
     uint16_t port;
@@ -87,9 +86,6 @@ public:
     virtual             ~RADIUS() {};
 
     void                SetUsers(USERS * u);
-    void                SetTariffs(TARIFFS *) {}
-    void                SetAdmins(ADMINS *) {}
-    void                SetTraffcounter(TRAFFCOUNTER *) {}
     void                SetStore(STORE * );
     void                SetStgSettings(const SETTINGS * s);
     void                SetSettings(const MODULE_SETTINGS & s);