diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-17 11:48:18 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-17 11:48:18 +0200 |
| commit | 19329569c399e944d24d293c5ee90c945ed482a1 (patch) | |
| tree | ed90a82a85a36e614b397a784bda46b91cb7a6e3 /lib/CommLayer/CommLayerServerSocket.h | |
| parent | 3c226c987f5015e8184bfc4293ee9f9b2f7b8f67 (diff) | |
| download | abrt-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/CommLayerServerSocket.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServerSocket.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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); |
