From 13329d88e147fac7cafcdebcafd1859a74a27aa9 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 11 Aug 2009 15:33:20 +0200 Subject: DBUS: exposed methods Un/RegisterPlugin --- lib/CommLayer/CommLayerServerDBus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/CommLayer/CommLayerServerDBus.h') diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h index cae2742..bec7567 100644 --- a/lib/CommLayer/CommLayerServerDBus.h +++ b/lib/CommLayer/CommLayerServerDBus.h @@ -28,6 +28,8 @@ 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); + void RegisterPlugin(const std::string& pName); + void UnRegisterPlugin(const std::string& pName); virtual void Crash(const std::string& arg1); virtual void AnalyzeComplete(map_crash_report_t arg1); -- cgit