From 19329569c399e944d24d293c5ee90c945ed482a1 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 17 Aug 2009 11:48:18 +0200 Subject: GUI now show the status window after report to let user know how did it go. --- lib/CommLayer/CommLayerServerSocket.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CommLayer/CommLayerServerSocket.h') diff --git a/lib/CommLayer/CommLayerServerSocket.h b/lib/CommLayer/CommLayerServerSocket.h index 409780f..2dc9a7a 100644 --- a/lib/CommLayer/CommLayerServerSocket.h +++ b/lib/CommLayer/CommLayerServerSocket.h @@ -1,4 +1,5 @@ #include "CommLayerServer.h" +#include "DBusCommon.h" #include #define SOCKET_FILE VAR_RUN"/abrt.socket" @@ -27,7 +28,7 @@ class CCommLayerServerSocket : public CCommLayerServer virtual vector_crash_infos_t GetCrashInfos(const std::string &pSender); virtual map_crash_report_t CreateReport(const std::string &pUUID,const std::string &pSender); - virtual bool Report(map_crash_report_t pReport, const std::string& pSender); + virtual report_status_t Report(map_crash_report_t pReport, const std::string& pSender); virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender); virtual void Crash(const std::string& arg1); -- cgit