diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-25 14:00:22 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-25 14:00:22 +0200 |
commit | 3008b32dd0f78b0b2c09e05a7b47080c7cb75d38 (patch) | |
tree | f5bd107a868b4cae9016481e1cc9abdaea9409f5 /lib | |
parent | 5bf3512df0529960ed4980251825b49a12eff894 (diff) | |
download | abrt-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 'lib')
-rw-r--r-- | lib/CommLayer/Observer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h index 5df05247..755ae524 100644 --- a/lib/CommLayer/Observer.h +++ b/lib/CommLayer/Observer.h @@ -16,7 +16,6 @@ class CObserver { virtual void Warning(const std::string& pMessage, const std::string& pDest="0") = 0; /* this should be implemented in daemon */ 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 uint64_t CreateReport_t(const std::string &pUUID,const std::string &pUID, const std::string &pSender) { std::cout << "DEFAULT OBSERVER"; |