summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/MiddleWare.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-07-24 10:54:10 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-07-24 10:54:10 +0200
commita2a1ec29e008936654a146df244e4265668bfb31 (patch)
treeb22e4948feea83fecde1bb5ed5d1b4bd368b5bd6 /lib/MiddleWare/MiddleWare.h
parente105dd726b9a7313eb64e2c59d336452439d2f97 (diff)
Added first part of gui support in reporting
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
-rw-r--r--lib/MiddleWare/MiddleWare.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h
index d0bc9f7..625e037 100644
--- a/lib/MiddleWare/MiddleWare.h
+++ b/lib/MiddleWare/MiddleWare.h
@@ -287,7 +287,13 @@ class CMiddleWare
* @return A vector of pairs (local UUID, UID).
*/
vector_pair_string_string_t GetUUIDsOfCrash(const std::string& pUID);
-
+ /**
+ * A method, which gets all needed plugin info. It can be send via DBus
+ * to GUI and displayed to an user.
+ * @param pName A Name of plugin.
+ * @return A map <key, vaule>
+ */
+ map_string_string_t GetPluginInfo(const std::string& pName);
/**
* A method, which set a GPG finger print check.
* @param pCheck Is it enabled?