summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-02 14:13:26 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-02 14:13:26 +0100
commit06edc0f42e6d3b92d06b04a96848152bc680c3ba (patch)
tree5d5228213de80d80e83675ec15150f358ce4ab5a /lib/Utils
parentc52972c8a37e125b8f6ba7470ae1d1fab3896c2b (diff)
downloadabrt-06edc0f42e6d3b92d06b04a96848152bc680c3ba.tar.gz
abrt-06edc0f42e6d3b92d06b04a96848152bc680c3ba.tar.xz
abrt-06edc0f42e6d3b92d06b04a96848152bc680c3ba.zip
save reporters' results to abrt_vNN_reportresult table too
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/Database.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Utils/Database.h b/lib/Utils/Database.h
index ed4ef0ca..6d7613bb 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