X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/d3994fde00a92cffd43c79668802108d3056413b..2ea67b39f9cade2b55cfbbd554af1049c1c69fd9:/tests/testusers.h diff --git a/tests/testusers.h b/tests/testusers.h index 780d0dd9..b207ccb6 100644 --- a/tests/testusers.h +++ b/tests/testusers.h @@ -21,6 +21,11 @@ class TEST_USERS : public USERS { { return 0; } void Del(const std::string & /*login*/, const ADMIN * /*admin*/) {} + bool Authorize(const std::string &, uint32_t, uint32_t, const AUTH *) + { return false; } + bool Unauthorize(const std::string &, const AUTH *) + { return false; } + int ReadUsers() { return 0; } virtual size_t Count() const { return 0; };