summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/Observer.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-12 18:37:55 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-12 18:37:55 +0200
commit98f1102f06f5e593cd8f186271db5cadf0e28417 (patch)
tree3293a343264d8f12d950aedb459c4ab122dc94a0 /lib/CommLayer/Observer.h
parent944ace188c56c5b1313e7597d7bb11079ed5c01d (diff)
downloadabrt-98f1102f06f5e593cd8f186271db5cadf0e28417.tar.gz
abrt-98f1102f06f5e593cd8f186271db5cadf0e28417.tar.xz
abrt-98f1102f06f5e593cd8f186271db5cadf0e28417.zip
DBUS: exposed method SetPluginSettings
Diffstat (limited to 'lib/CommLayer/Observer.h')
-rw-r--r--lib/CommLayer/Observer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CommLayer/Observer.h b/lib/CommLayer/Observer.h
index 4268829..46b6226 100644
--- a/lib/CommLayer/Observer.h
+++ b/lib/CommLayer/Observer.h
@@ -27,6 +27,7 @@ class CObserver {
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string &pSender) = 0;
virtual vector_map_string_string_t GetPluginsInfo() = 0;
virtual map_plugin_settings_t GetPluginSettings(const std::string& pName, const std::string& pUID) = 0;
+ virtual void SetPluginSettings(const std::string& pName, const std::string& pUID, const map_plugin_settings_t& pSettings) = 0;
virtual void RegisterPlugin(const std::string& pName) = 0;
virtual void UnRegisterPlugin(const std::string& pName) = 0;
};