git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket 37. The 'change_policy_timeout' field added in the if (version > 7)
[stg.git]
/
tests
/
testauth.h
diff --git
a/tests/testauth.h
b/tests/testauth.h
index f899e800bea865de0cd2086a16cd728e6174bf6a..7085f927202415ddfa556d2234fd2c80db5401a7 100644
(file)
--- a/
tests/testauth.h
+++ b/
tests/testauth.h
@@
-18,10
+18,10
@@
class TEST_AUTH : public AUTH {
int Start() { return 0; }
int Stop() { return 0; }
int Start() { return 0; }
int Stop() { return 0; }
- int Reload() { return 0; }
+ int Reload(
const MODULE_SETTINGS&
) { return 0; }
bool IsRunning() { return true; }
const std::string & GetStrError() const { return strError; }
bool IsRunning() { return true; }
const std::string & GetStrError() const { return strError; }
-
const std::string
GetVersion() const { return ""; }
+
std::string
GetVersion() const { return ""; }
uint16_t GetStartPosition() const { return 0; }
uint16_t GetStopPosition() const { return 0; }
uint16_t GetStartPosition() const { return 0; }
uint16_t GetStopPosition() const { return 0; }