summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/Observer.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-06 15:49:21 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-06 15:49:21 +0200
commit9a3268d970142f0dfb4e3e77c66c9637bf87fbda (patch)
treee5626fd3a9fd086abf3a1790a67bc708b8de94b8 /lib/CommLayer/Observer.h
parent53cec748dd575298de6cf3e47afe5736c61bfe21 (diff)
downloadabrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.tar.gz
abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.tar.xz
abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.zip
DBUS: added method GetPluginsInfo()
Diffstat (limited to 'lib/CommLayer/Observer.h')
-rw-r--r--lib/CommLayer/Observer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h
index 880a792..81e7695 100644
--- a/lib/CommLayer/Observer.h
+++ b/lib/CommLayer/Observer.h
@@ -1,7 +1,8 @@
#ifndef OBSERVER_H_
#define OBSERVER_H_
-#include "CrashTypes.h"
+//FIXME: move all common types to AbrtTypes.h ??
+#include "DBusCommon.h"
#include <string>
#include <stdint.h>
@@ -19,6 +20,7 @@ class CObserver {
virtual bool Report(map_crash_report_t pReport, const std::string &pSender) = 0;
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender) = 0;
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string &pSender) = 0;
+ virtual vector_map_string_string_t GetPluginsInfo() = 0;
};
#endif /* OBSERVER_H_ */