From 9a3268d970142f0dfb4e3e77c66c9637bf87fbda Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 6 Aug 2009 15:49:21 +0200 Subject: DBUS: added method GetPluginsInfo() --- lib/CommLayer/CommLayerServerDBus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CommLayer/CommLayerServerDBus.h') 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); -- cgit