summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CommLayerServerSocket.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-25 14:00:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-25 14:00:22 +0200
commit3008b32dd0f78b0b2c09e05a7b47080c7cb75d38 (patch)
treef5bd107a868b4cae9016481e1cc9abdaea9409f5 /src/Daemon/CommLayerServerSocket.h
parent5bf3512df0529960ed4980251825b49a12eff894 (diff)
downloadabrt-3008b32dd0f78b0b2c09e05a7b47080c7cb75d38.tar.gz
abrt-3008b32dd0f78b0b2c09e05a7b47080c7cb75d38.tar.xz
abrt-3008b32dd0f78b0b2c09e05a7b47080c7cb75d38.zip
remove CreateReport() method from server machinery; add comments about DBus
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServerSocket.h')
-rw-r--r--src/Daemon/CommLayerServerSocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerSocket.h b/src/Daemon/CommLayerServerSocket.h
index 31496334..e0b7478e 100644
--- a/src/Daemon/CommLayerServerSocket.h
+++ b/src/Daemon/CommLayerServerSocket.h
@@ -27,7 +27,6 @@ class CCommLayerServerSocket : public CCommLayerServer
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(const map_crash_report_t& pReport, const std::string& pSender);
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);