diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-07-31 17:08:49 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-07-31 17:08:49 +0200 |
| commit | de2c473ef6cb27a080bb0491f21d1280e2c971c5 (patch) | |
| tree | 7189bf00de07ea69fe29ee0a1435e7b65316a8d4 /lib/Plugins/SQLite3.h | |
| parent | 3f89291d3dbb6ebd28cf7aaa1cbde24b27810bfc (diff) | |
| download | abrt-de2c473ef6cb27a080bb0491f21d1280e2c971c5.tar.gz abrt-de2c473ef6cb27a080bb0491f21d1280e2c971c5.tar.xz abrt-de2c473ef6cb27a080bb0491f21d1280e2c971c5.zip | |
added new interface for geting plugins' settings (will be used in gui)
Diffstat (limited to 'lib/Plugins/SQLite3.h')
| -rw-r--r-- | lib/Plugins/SQLite3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Plugins/SQLite3.h b/lib/Plugins/SQLite3.h index ce0b81e..15cb8c6 100644 --- a/lib/Plugins/SQLite3.h +++ b/lib/Plugins/SQLite3.h @@ -59,6 +59,8 @@ class CSQLite3 : public CDatabase virtual const database_row_t GetUUIDData(const std::string& pUUID, const std::string& pUID); virtual void LoadSettings(const std::string& pPath); + virtual void SetSettings(const map_plugin_settings_t& pSettings); + virtual map_plugin_settings_t GetSettings(); }; #endif /* SQLITE3_H_ */ |
