summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusServerProxy.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-17 11:48:18 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-17 11:48:18 +0200
commit19329569c399e944d24d293c5ee90c945ed482a1 (patch)
treeed90a82a85a36e614b397a784bda46b91cb7a6e3 /lib/CommLayer/DBusServerProxy.h
parent3c226c987f5015e8184bfc4293ee9f9b2f7b8f67 (diff)
downloadabrt-19329569c399e944d24d293c5ee90c945ed482a1.tar.gz
abrt-19329569c399e944d24d293c5ee90c945ed482a1.tar.xz
abrt-19329569c399e944d24d293c5ee90c945ed482a1.zip
GUI now show the status window after report to let user know how did it go.
Diffstat (limited to 'lib/CommLayer/DBusServerProxy.h')
-rw-r--r--lib/CommLayer/DBusServerProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/DBusServerProxy.h b/lib/CommLayer/DBusServerProxy.h
index 5f767bc..a68a44f 100644
--- a/lib/CommLayer/DBusServerProxy.h
+++ b/lib/CommLayer/DBusServerProxy.h
@@ -46,7 +46,7 @@ public:
virtual vector_crash_infos_t GetCrashInfos(const std::string &pDBusSender) = 0;
virtual map_crash_report_t CreateReport(const std::string &pUUID, const std::string &pDBusSender) = 0;
virtual uint64_t CreateReport_t(const std::string &pUUID, const std::string &pDBusSender) = 0;
- virtual bool Report(map_crash_report_t pReport, const std::string &pDBusSender) = 0;
+ virtual report_status_t Report(map_crash_report_t pReport, const std::string &pDBusSender) = 0;
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pDBusSender) = 0;
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pDBusSender) = 0;
virtual vector_map_string_string_t GetPluginsInfo() = 0;