summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusCommon.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/DBusCommon.h
parent53cec748dd575298de6cf3e47afe5736c61bfe21 (diff)
downloadabrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.tar.gz
abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.tar.xz
abrt-9a3268d970142f0dfb4e3e77c66c9637bf87fbda.zip
DBUS: added method GetPluginsInfo()
Diffstat (limited to 'lib/CommLayer/DBusCommon.h')
-rw-r--r--lib/CommLayer/DBusCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CommLayer/DBusCommon.h b/lib/CommLayer/DBusCommon.h
index 0ea94d3..cdf3075 100644
--- a/lib/CommLayer/DBusCommon.h
+++ b/lib/CommLayer/DBusCommon.h
@@ -22,3 +22,5 @@
#define CC_DBUS_IFACE "com.redhat.abrt"
#include "CrashTypes.h"
+typedef std::map<std::string, std::string> map_string_string_t;
+typedef std::vector<map_string_string_t> vector_map_string_string_t;