summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-25 16:50:07 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-25 16:50:07 +0200
commit7aaf0fb85fd60c04a612fe483f696a4f00f1f85e (patch)
tree33f67da71c7eac6b5113e0bbf81b93888dd32bb4 /src/Daemon/CommLayerServerSocket.h
parent39f00225b96499fbc765f9eaa353a93ebe8912e2 (diff)
parentf495fd571cc063c2e0980e14b0cac604a5c71b32 (diff)
downloadabrt-7aaf0fb85fd60c04a612fe483f696a4f00f1f85e.tar.gz
abrt-7aaf0fb85fd60c04a612fe483f696a4f00f1f85e.tar.xz
abrt-7aaf0fb85fd60c04a612fe483f696a4f00f1f85e.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index 2dc9a7a..e0b7478 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -26,12 +26,11 @@ class CCommLayerServerSocket : public CCommLayerServer
CCommLayerServerSocket();
virtual ~CCommLayerServerSocket();
- 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 report_status_t Report(map_crash_report_t pReport, const std::string& pSender);
+ 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 Crash(const std::string& arg1);
- virtual void AnalyzeComplete(map_crash_report_t arg1);
+ virtual void AnalyzeComplete(const map_crash_report_t& arg1);
virtual void Error(const std::string& arg1);
};