summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServer.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-05-20 11:21:42 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-05-20 11:21:42 +0200
commit2a8110532889efb58370d11cf3db0a059f554b82 (patch)
treeeb40de22b9d0f5b61500f7a089a5a2903008bc59 /lib/CommLayer/CommLayerServer.h
parent40d3a846c8fb7dcbc03cf2dfcd911baf0b64987b (diff)
parent6e99c8f26bba17cc3b6d4f49a720997d6ff0e5d6 (diff)
downloadabrt-2a8110532889efb58370d11cf3db0a059f554b82.tar.gz
abrt-2a8110532889efb58370d11cf3db0a059f554b82.tar.xz
abrt-2a8110532889efb58370d11cf3db0a059f554b82.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/CommLayer/CommLayerServer.h')
-rw-r--r--lib/CommLayer/CommLayerServer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/CommLayer/CommLayerServer.h b/lib/CommLayer/CommLayerServer.h
index f781813..77cf7ef 100644
--- a/lib/CommLayer/CommLayerServer.h
+++ b/lib/CommLayer/CommLayerServer.h
@@ -34,12 +34,12 @@ class CCommLayerServer{
void Attach(CObserver *pObs);
void Detach(CObserver *pObs);
void Notify(const std::string& pMessage);
-
- virtual vector_crash_infos_t GetCrashInfos(const std::string &pDBusSender) = 0;
- virtual map_crash_report_t CreateReport(const std::string &pUUID,const std::string &pDBusSender) = 0;
+
+ 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) = 0;
- virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pDBusSender) = 0;
-
+ virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender) = 0;
+
public:
/* just stubs to be called when not implemented in specific comm layer */
virtual void Crash(const std::string& arg1) {}