summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-04 16:32:57 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-04 16:32:57 +0100
commit230f151aa7e357c37040ed51bcbdbc1a766af82a (patch)
tree868d3ac924a3d1f13f02cec799edd661d6e2d504 /src/Daemon/CommLayerServerSocket.h
parent6eb4056d7b90fe3a69cee1e332e2a2957b76c9c5 (diff)
downloadabrt-230f151aa7e357c37040ed51bcbdbc1a766af82a.tar.gz
abrt-230f151aa7e357c37040ed51bcbdbc1a766af82a.tar.xz
abrt-230f151aa7e357c37040ed51bcbdbc1a766af82a.zip
simplify code which deletes corrupted debug dumps; kill unused EXCEP_FATAL
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index baca195d..d1f464cc 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);
};