From 198d4aac190c28ab245fb979336c06cb0c51776c Mon Sep 17 00:00:00 2001 From: Mateusz Kaduk Date: Sun, 22 May 2005 05:48:22 +0000 Subject: Added main.h with database reference, opening and closing database --- src/sqlite/SQLiteWrapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sqlite/SQLiteWrapper.h') diff --git a/src/sqlite/SQLiteWrapper.h b/src/sqlite/SQLiteWrapper.h index 343baff2..324fdb66 100644 --- a/src/sqlite/SQLiteWrapper.h +++ b/src/sqlite/SQLiteWrapper.h @@ -22,6 +22,7 @@ 3. This notice may not be removed or altered from any source distribution. René Nyffenegger rene.nyffenegger@adp-gmbh.ch + Modified by Mateusz Kaduk mateusz.kaduk@gmail.com */ #ifndef SQLITE_WRAPPER_H__ @@ -86,6 +87,7 @@ class SQLiteWrapper { SQLiteWrapper(); bool Open(std::string const& db_file); + bool Close(); class ResultRecord { public: -- cgit v1.2.3-70-g09d2