summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-09-08 12:58:47 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-09-08 12:58:47 +0200
commite883ab414abb843bf2178521aa3e67732b8ecee7 (patch)
tree2385dffa74583d2288d0f9105efb14d6ce2f30a5 /src/Daemon/CommLayerServerSocket.h
parente065ed970b01cd4d145466918921d592aeab952c (diff)
parent9826b8f4a6b4f3735a00916fdfddef7dd3ef7023 (diff)
downloadabrt-e883ab414abb843bf2178521aa3e67732b8ecee7.tar.gz
abrt-e883ab414abb843bf2178521aa3e67732b8ecee7.tar.xz
abrt-e883ab414abb843bf2178521aa3e67732b8ecee7.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index 078b713..3fae187 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -31,7 +31,6 @@ class CCommLayerServerSocket : public CCommLayerServer
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
virtual void Crash(const std::string& arg1);
- virtual void AnalyzeComplete(const map_crash_report_t& arg1);
virtual void Error(const std::string& arg1);
- virtual void JobStarted(const std::string &pDest, uint64_t pJobID) {};
+ virtual void JobStarted(const char* pDest, uint64_t pJobID) {};
};