]> git.stg.codes - stg.git/commitdiff
Ticket 26. The const MODULE_SETTINGS & ms parameter added to the
authorElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 07:41:34 +0000 (09:41 +0200)
committerElena Mamontova <helenh463@gmail.com>
Thu, 10 Mar 2016 07:41:34 +0000 (09:41 +0200)
Reload() method of the class PING in the ping.h file.

projects/stargazer/plugins/other/ping/ping.h

index 29e4974ef4be2779c286ff36dfd82dcc2661e328..1a7e1b9735b5dda98c215d8aba0f5b613780bdba 100644 (file)
@@ -112,7 +112,7 @@ public:
 
     int Start();
     int Stop();
-    int Reload() { return 0; }
+    int Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool IsRunning();
 
     const std::string & GetStrError() const { return errorStr; }