From 8198cd06195f4217fd6b1afb675f3a316c951a1e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 8 Sep 2009 15:43:18 +0200 Subject: style fixes, trivial code changes only Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/Plugins/SQLite3.h') 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(); -- cgit