From 98f1102f06f5e593cd8f186271db5cadf0e28417 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 12 Aug 2009 18:37:55 +0200 Subject: DBUS: exposed method SetPluginSettings --- 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 a020e9b..736a445 100644 --- a/lib/CommLayer/CommLayerServerDBus.h +++ b/lib/CommLayer/CommLayerServerDBus.h @@ -28,6 +28,7 @@ class CCommLayerServerDBus virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pSender); virtual vector_map_string_string_t GetPluginsInfo(); virtual map_plugin_settings_t GetPluginSettings(const std::string& pName, const std::string& pSender); + void SetPluginSettings(const std::string& pName, const std::string& pSender, const map_plugin_settings_t& pSettings); void RegisterPlugin(const std::string& pName); void UnRegisterPlugin(const std::string& pName); -- cgit