]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_debug/debug_cap.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / capture / cap_debug / debug_cap.h
index 207aa40e78d59ebe50dc68e97487f9cc0619090a..5e5e2cf6b0d9aabdc56a25b1ed61a1de27ccdecd 100644 (file)
@@ -68,18 +68,12 @@ public:
     DEBUG_CAP();
     virtual ~DEBUG_CAP() {}
 
-    void                SetUsers(USERS * u) {}
-    void                SetTariffs(TARIFFS * t) {}
-    void                SetAdmins(ADMINS * a) {}
     void                SetTraffcounter(TRAFFCOUNTER * tc);
-    void                SetStore(STORE *) {}
-    void                SetStgSettings(const SETTINGS *) {}
 
     int                 Start();
     int                 Stop();
     int                 Reload() { return 0; }
     int                 ParseSettings() { return 0; }
-    void                SetSettings(const MODULE_SETTINGS & s) {}
     bool                IsRunning();
     const string &      GetStrError() const;
     const string        GetVersion() const;