diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-03-19 14:29:35 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-03-19 14:29:35 +0100 |
| commit | d698cf9bca1ac7f5c1a989161ea959a895900273 (patch) | |
| tree | 1f63a97e9b7aa3eb50ccedc6afa26ecd69ed52d4 /lib/Plugins/SQLite3.h | |
| parent | 700d189946cecea3461cb89b5a755dbfdb578e71 (diff) | |
| download | abrt-d698cf9bca1ac7f5c1a989161ea959a895900273.tar.gz abrt-d698cf9bca1ac7f5c1a989161ea959a895900273.tar.xz abrt-d698cf9bca1ac7f5c1a989161ea959a895900273.zip | |
replaced language and application plugins by analyzer plugin
added action plugin
simplify plugin iface
Diffstat (limited to 'lib/Plugins/SQLite3.h')
| -rw-r--r-- | lib/Plugins/SQLite3.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Plugins/SQLite3.h b/lib/Plugins/SQLite3.h index 4903f6a..055c059 100644 --- a/lib/Plugins/SQLite3.h +++ b/lib/Plugins/SQLite3.h @@ -58,18 +58,15 @@ class CSQLite3 : public CDatabase const vector_database_rows_t GetUIDData(const std::string& pUID); const database_row_t GetUUIDData(const std::string& pUUID, const std::string& pUID); - void Init() {} - void DeInit() {} - void SetSettings(const map_settings_t& pSettings); + void LoadSettings(const std::string& pPath); }; PLUGIN_INFO(DATABASE, + CSQLite3, "SQLite3", "0.0.1", "SQLite3 database plugin.", "zprikryl@redhat.com,jmoskovc@redhat.com", "https://fedorahosted.org/crash-catcher/wiki"); -PLUGIN_INIT(CSQLite3); - #endif /* SQLITE3_H_ */ |
