diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-08-11 18:36:21 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-08-11 18:36:21 +0200 |
| commit | 2e51143de7ebdf71a19818ea613e3c37c1132c39 (patch) | |
| tree | 06c98e9c2a5c2ae91d41a214b86b0e2e8b4f968d /lib/CommLayer/CommLayerServerDBus.h | |
| parent | 3cfaec88a8ec167cb345de086b65e47900112bf3 (diff) | |
| download | abrt-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/CommLayerServerDBus.h')
| -rw-r--r-- | lib/CommLayer/CommLayerServerDBus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CommLayer/CommLayerServerDBus.h b/lib/CommLayer/CommLayerServerDBus.h index bec7567..a020e9b 100644 --- a/lib/CommLayer/CommLayerServerDBus.h +++ b/lib/CommLayer/CommLayerServerDBus.h @@ -27,7 +27,7 @@ class CCommLayerServerDBus virtual bool DeleteDebugDump(const std::string& pUUID, const std::string& pSender); 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); + virtual map_plugin_settings_t GetPluginSettings(const std::string& pName, const std::string& pSender); void RegisterPlugin(const std::string& pName); void UnRegisterPlugin(const std::string& pName); |
