summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2009-12-14 10:41:51 +0100
committerKarel Klic <kklic@redhat.com>2009-12-14 10:41:51 +0100
commita24d2906c51e3740e6e0acf8f0093827b4e35bc3 (patch)
tree1022bf70766a88d45dc71d6ea413ccd0fa14d07c /src/Daemon/CommLayerServerSocket.h
parentb7ea0e53e3375de6298b2f510302f75ebef4be4e (diff)
parent42f0375d09931903965b36c87f17f805def956bf (diff)
downloadabrt-a24d2906c51e3740e6e0acf8f0093827b4e35bc3.tar.gz
abrt-a24d2906c51e3740e6e0acf8f0093827b4e35bc3.tar.xz
abrt-a24d2906c51e3740e6e0acf8f0093827b4e35bc3.zip
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index d1f464c..753b67a 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -26,9 +26,9 @@ class CCommLayerServerSocket : public CCommLayerServer
CCommLayerServerSocket();
virtual ~CCommLayerServerSocket();
- 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 void DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
+ virtual vector_crash_infos_t GetCrashInfos(const char *pSender);
+ virtual report_status_t Report(const map_crash_report_t& pReport, const char *pSender);
+ virtual void DeleteDebugDump(const char *pUUID, const char *pSender);
- virtual void Crash(const std::string& arg1);
+ virtual void Crash(const char *arg1);
};