git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added more tests for filtering params.
[stg.git]
/
projects
/
stargazer
/
plugins
/
authorization
/
ao
/
ao.h
diff --git
a/projects/stargazer/plugins/authorization/ao/ao.h
b/projects/stargazer/plugins/authorization/ao/ao.h
index 34c15d918c36c577ab0c7002c90d9052adf509c5..9ed7ffcf2226b3a6cd76cc1aa773b1602eb16770 100644
(file)
--- a/
projects/stargazer/plugins/authorization/ao/ao.h
+++ b/
projects/stargazer/plugins/authorization/ao/ao.h
@@
-89,7
+89,7
@@
public:
int Start();
int Stop();
int Start();
int Stop();
- int Reload(const MODULE_SETTINGS &
ms
) { return 0; }
+ int Reload(const MODULE_SETTINGS &
/*ms*/
) { return 0; }
bool IsRunning() { return isRunning; }
void SetSettings(const MODULE_SETTINGS &) {}
int ParseSettings() { return 0; }
bool IsRunning() { return isRunning; }
void SetSettings(const MODULE_SETTINGS &) {}
int ParseSettings() { return 0; }