summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerServerDBus.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-11 15:33:20 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-11 15:33:20 +0200
commit13329d88e147fac7cafcdebcafd1859a74a27aa9 (patch)
tree6d4b83a7c6cc1cd982c0cfcc84b6e36f07b83865 /lib/CommLayer/CommLayerServerDBus.h
parentb67dd4c5d4a2fdce4c6f27234b4f3dc41462d9ba (diff)
downloadabrt-13329d88e147fac7cafcdebcafd1859a74a27aa9.tar.gz
abrt-13329d88e147fac7cafcdebcafd1859a74a27aa9.tar.xz
abrt-13329d88e147fac7cafcdebcafd1859a74a27aa9.zip
DBUS: exposed methods Un/RegisterPlugin
Diffstat (limited to 'lib/CommLayer/CommLayerServerDBus.h')
-rw-r--r--lib/CommLayer/CommLayerServerDBus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h
index cae27421..bec75672 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);