X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/ecf80bca64f1e1a0c83ec0b90f370f41db477024..85f624bb2febde8e3399a53dc9b28e003e370ac0:/ITSQLite3Database.h diff --git a/ITSQLite3Database.h b/ITSQLite3Database.h index a8b93b0..803c49d 100644 --- a/ITSQLite3Database.h +++ b/ITSQLite3Database.h @@ -18,6 +18,7 @@ extern id sqlite3_column_objc_object(sqlite3_stmt *statement, int columnIndex); @interface ITSQLite3Database : NSObject { NSString *dbPath; sqlite3 *db; + NSRecursiveLock *dbLock; } - (id)initWithPath:(NSString *)path;