summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerDBus.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:42:40 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:42:40 +0200
commitbcf4c69ca5fdd6489ca1c09890971fc8f647aa1b (patch)
treee5fedc350ae9368faf77360ea4fb3c0f6d264210 /lib/CommLayer/CommLayerServerDBus.h
parent99047bce024f1d23c953649cf56ff67e754e44ef (diff)
downloadabrt-bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b.tar.gz
abrt-bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b.tar.xz
abrt-bcf4c69ca5fdd6489ca1c09890971fc8f647aa1b.zip
Added intercomm layer so plugins can send various information to the daemon.
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
-rw-r--r--lib/CommLayer/CommLayerServerDBus.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h
index 01314af..b5d3180 100644
--- a/lib/CommLayer/CommLayerServerDBus.h
+++ b/lib/CommLayer/CommLayerServerDBus.h
@@ -16,14 +16,14 @@ class CCommLayerServerDBus
DBus::Glib::BusDispatcher *m_pDispatcher;
static DBus::Connection *init_dbus(CCommLayerServerDBus *self);
public:
- CCommLayerServerDBus(CMiddleWare *m_pMW);
+ CCommLayerServerDBus();
virtual ~CCommLayerServerDBus();
-
+
virtual vector_crash_infos_t GetCrashInfos(const std::string &pDBusSender);
virtual map_crash_report_t CreateReport(const std::string &pUUID,const std::string &pDBusSender);
virtual bool Report(map_crash_report_t pReport);
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pDBusSender);
-
+
void Crash(const std::string& arg1);
void AnalyzeComplete(map_crash_report_t arg1);
void Error(const std::string& arg1);