summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/DBusServerProxy.h
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-08-11 18:36:21 +0200
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-08-11 18:36:21 +0200
commit2e51143de7ebdf71a19818ea613e3c37c1132c39 (patch)
tree06c98e9c2a5c2ae91d41a214b86b0e2e8b4f968d /lib/CommLayer/DBusServerProxy.h
parent3cfaec88a8ec167cb345de086b65e47900112bf3 (diff)
downloadabrt-2e51143de7ebdf71a19818ea613e3c37c1132c39.tar.gz
abrt-2e51143de7ebdf71a19818ea613e3c37c1132c39.tar.xz
abrt-2e51143de7ebdf71a19818ea613e3c37c1132c39.zip
for correct plugin's settings we need to know an user
Diffstat (limited to 'lib/CommLayer/DBusServerProxy.h')
-rw-r--r--lib/CommLayer/DBusServerProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/DBusServerProxy.h b/lib/CommLayer/DBusServerProxy.h
index 495309b..299ab34 100644
--- a/lib/CommLayer/DBusServerProxy.h
+++ b/lib/CommLayer/DBusServerProxy.h
@@ -50,7 +50,7 @@ public:
virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pDBusSender) = 0;
virtual map_crash_report_t GetJobResult(uint64_t pJobID, const std::string& pDBusSender) = 0;
virtual vector_map_string_string_t GetPluginsInfo() = 0;
- virtual map_plugin_settings_t GetPluginSettings(const std::string& pName) = 0;
+ virtual map_plugin_settings_t GetPluginSettings(const std::string& pName, const std::string& pDBusSender) = 0;
virtual void RegisterPlugin(const std::string& pName) = 0;
virtual void UnRegisterPlugin(const std::string& pName) = 0;