summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerSocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/CommLayerServerSocket.h')
-rw-r--r--lib/CommLayer/CommLayerServerSocket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServerSocket.h b/lib/CommLayer/CommLayerServerSocket.h
index 409780fc..2dc9a7ae 100644
--- a/lib/CommLayer/CommLayerServerSocket.h
+++ b/lib/CommLayer/CommLayerServerSocket.h
@@ -1,4 +1,5 @@
#include "CommLayerServer.h"
+#include "DBusCommon.h"
#include <glib.h>
#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);