diff options
Diffstat (limited to 'lib/Utils/Database.h')
| -rw-r--r-- | lib/Utils/Database.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Utils/Database.h b/lib/Utils/Database.h index ed4ef0c..6d7613b 100644 --- a/lib/Utils/Database.h +++ b/lib/Utils/Database.h @@ -95,6 +95,10 @@ class CDatabase : public CPlugin virtual void SetReported(const char *pUUID, const char *pUID, const char *pMessage) = 0; + virtual void SetReportedPerReporter(const char *pUUID, + const char *pUID, + const char *reporter, + const char *pMessage) = 0; /** * A method, which gets all rows which belongs to particular user. * If the user is root, then all rows are returned. If there are no |
