summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerDBus.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 17:09:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 17:09:18 +0200
commitc133ae4049f68a9e32a85c9ead40c83613851b22 (patch)
tree62df41a87e42aea41995e228c571324c1e4ea218 /lib/CommLayer/CommLayerServerDBus.h
parent6c35b832998b807c35eef0ffc1cce93262d5550c (diff)
parentb9c0e8f9f8b3148e7ffc95b4eaf25299d9ead2a2 (diff)
downloadabrt-c133ae4049f68a9e32a85c9ead40c83613851b22.tar.gz
abrt-c133ae4049f68a9e32a85c9ead40c83613851b22.tar.xz
abrt-c133ae4049f68a9e32a85c9ead40c83613851b22.zip
Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
-rw-r--r--lib/CommLayer/CommLayerServerDBus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h
index df5d93d..9301a10 100644
--- a/lib/CommLayer/CommLayerServerDBus.h
+++ b/lib/CommLayer/CommLayerServerDBus.h
@@ -26,6 +26,7 @@ class CCommLayerServerDBus
virtual bool Report(map_crash_report_t pReport,const std::string &pSender);
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender);
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pSender);
+ virtual vector_map_string_string_t GetPluginsInfo();
virtual void Crash(const std::string& arg1);
virtual void AnalyzeComplete(map_crash_report_t arg1);