]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/ping/ping.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / other / ping / ping.h
index 8dcbe2029d31626d6b0fb345928db0a90f0807fa..618ecc73bb5e9e5404c8ad3a93b184a3c84cb84d 100644 (file)
@@ -76,8 +76,6 @@ public:
     int ParseSettings(const MODULE_SETTINGS & s);
     int GetPingDelay() const { return pingDelay; }
 private:
-    int ParseIntInRange(const std::string & str, int min, int max, int * val);
-
     int pingDelay;
     mutable std::string errorStr;
 };
@@ -90,11 +88,6 @@ public:
     virtual ~PING();
 
     void SetUsers(USERS * u);
-    void SetTariffs(TARIFFS *) {}
-    void SetAdmins(ADMINS *) {}
-    void SetTraffcounter(TRAFFCOUNTER *) {}
-    void SetStore(STORE *) {}
-    void SetStgSettings(const SETTINGS *) {}
     void SetSettings(const MODULE_SETTINGS & s);
     int ParseSettings();