]> 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 08:50:06 +0000 (10:50 +0200)
committerElena Mamontova <helenh463@gmail.com>
Wed, 9 Mar 2016 08:50:06 +0000 (10:50 +0200)
Reload() method of the class RPC_CONFIG in the rpconfig.h plugin.

projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h

index 72a14f21e028238c558657b2e70c8932aa81e4fc..593f346d7b10ad25964f40e2e84d827869c04df5 100644 (file)
@@ -70,7 +70,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload(const MODULE_SETTINGS & ms) { return 0; }
     bool                IsRunning() { return running && !stopped; }
 
     const std::string & GetStrError() const { return errorStr; }