diff options
| author | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-12-04 16:36:35 +0100 |
| commit | b7ea0e53e3375de6298b2f510302f75ebef4be4e (patch) | |
| tree | 5bb4e5d163a8f1c5f2e54292fa60192045dad312 /src/Daemon/CommLayerServerSocket.h | |
| parent | 7b0292edc52d031db91ba6e38ff626a350959e2d (diff) | |
| parent | 230f151aa7e357c37040ed51bcbdbc1a766af82a (diff) | |
| download | abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.gz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.tar.xz abrt-b7ea0e53e3375de6298b2f510302f75ebef4be4e.zip | |
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
| -rw-r--r-- | src/Daemon/CommLayerServerSocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h index baca195..d1f464c 100644 --- a/src/Daemon/CommLayerServerSocket.h +++ b/src/Daemon/CommLayerServerSocket.h @@ -28,7 +28,7 @@ class CCommLayerServerSocket : public CCommLayerServer virtual vector_crash_infos_t GetCrashInfos(const std::string& pSender); virtual report_status_t Report(const map_crash_report_t& pReport, const std::string& pSender); - virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender); + virtual void DeleteDebugDump(const std::string& pUUID, const std::string& pSender); virtual void Crash(const std::string& arg1); }; |
