From 06edc0f42e6d3b92d06b04a96848152bc680c3ba Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 2 Mar 2010 14:13:26 +0100 Subject: save reporters' results to abrt_vNN_reportresult table too Signed-off-by: Denys Vlasenko --- lib/Utils/Database.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/Utils/Database.h') 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 -- cgit