]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 09:08:48 +0000 (11:08 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 09:08:48 +0000 (11:08 +0200)
Reload() method of the class DEBUG_CAP in the debug_cap.h plugin.

projects/stargazer/plugins/capture/cap_debug/debug_cap.h

index 6bea457fbe79d4d4a41944aba10b5e933bda02ff..c9a629c6c08d41edf36994fc3f2ff2d2ef831fc0 100644 (file)
@@ -69,7 +69,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     int                 ParseSettings() { return 0; }
     bool                IsRunning();
     const std::string & GetStrError() const;