summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 15:43:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-08 15:43:18 +0200
commit8198cd06195f4217fd6b1afb675f3a316c951a1e (patch)
tree49982be2144bfdc57d4e975e90d9e86983a593c5 /lib/Plugins/SQLite3.h
parent08393f2509642009829f9de09a463e7d3e364a58 (diff)
downloadabrt-8198cd06195f4217fd6b1afb675f3a316c951a1e.tar.gz
abrt-8198cd06195f4217fd6b1afb675f3a316c951a1e.tar.xz
abrt-8198cd06195f4217fd6b1afb675f3a316c951a1e.zip
style fixes, trivial code changes only
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/SQLite3.h')
-rw-r--r--lib/Plugins/SQLite3.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Plugins/SQLite3.h b/lib/Plugins/SQLite3.h
index 1604d3be..e7ca8ae2 100644
--- a/lib/Plugins/SQLite3.h
+++ b/lib/Plugins/SQLite3.h
@@ -1,6 +1,5 @@
/*
- DebugDump.h - header file for the library caring of writing new reports
- to the specific directory
+ SQLite3.h
Copyright (C) 2009 Zdenek Prikryl (zprikryl@redhat.com)
Copyright (C) 2009 RedHat inc.
@@ -55,8 +54,8 @@ class CSQLite3 : public CDatabase
virtual void Delete(const std::string& pUUID, const std::string& pUID);
virtual void SetReported(const std::string& pUUID, const std::string& pUID, const std::string& pMessage);
- virtual const vector_database_rows_t GetUIDData(const std::string& pUID);
- virtual const database_row_t GetUUIDData(const std::string& pUUID, const std::string& pUID);
+ virtual vector_database_rows_t GetUIDData(const std::string& pUID);
+ virtual database_row_t GetUUIDData(const std::string& pUUID, const std::string& pUID);
virtual void SetSettings(const map_plugin_settings_t& pSettings);
virtual map_plugin_settings_t GetSettings();