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/CommLayerServer.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/CommLayerServer.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServer.h b/lib/CommLayer/CommLayerServer.h index 0acb7d7..7601fa1 100644 --- a/lib/CommLayer/CommLayerServer.h +++ b/lib/CommLayer/CommLayerServer.h @@ -37,7 +37,7 @@ class CCommLayerServer { virtual vector_crash_infos_t GetCrashInfos(const std::string &pSender) = 0; virtual map_crash_report_t CreateReport(const std::string &pUUID,const std::string &pSender) = 0; - virtual bool Report(map_crash_report_t pReport,const std::string &pSender) = 0; + virtual report_status_t Report(map_crash_report_t pReport,const std::string &pSender) = 0; virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender) = 0; public: |
