]> git.stg.codes - stg.git/commitdiff
Ticket 26. The Reload() function declaration added.
authorElena Mamontova <helenh463@gmail.com>
Tue, 9 Feb 2016 16:09:17 +0000 (18:09 +0200)
committerElena Mamontova <helenh463@gmail.com>
Tue, 9 Feb 2016 16:09:17 +0000 (18:09 +0200)
projects/stargazer/plugins/authorization/inetaccess/inetaccess.h

index 5e454124227d3fe113f137a04db6d9551d86c49a..503744ea89f6abafe7ff8321542de0cd690a778d 100644 (file)
@@ -247,7 +247,7 @@ public:
 
     int                 Start();
     int                 Stop();
-    int                 Reload() { return 0; }
+    int                 Reload();
     bool                IsRunning() { return isRunningRunTimeouter || isRunningRun; }
 
     const std::string & GetStrError() const { return errorStr; }