version 0.3.29
[fms.git] / include / db / sqlite3db / sqlite3db.h
index f60961b..59fb89d 100644 (file)
@@ -1,11 +1,9 @@
 #ifndef _sqlite3db_\r
 #define _sqlite3db_\r
 \r
-#include <Poco/Mutex.h>\r
 #include <sqlite3.h>\r
 #include <string>\r
 #include "../sqlite3db.h"\r
-#include "../../threadwrapper/singleton.h"\r
 \r
 #if SQLITE_VERSION_NUMBER<3006006\r
 #error "Your version of SQLite is too old!  3.6.6.2 or later is required."\r
@@ -14,7 +12,7 @@
 namespace SQLite3DB\r
 {\r
 \r
-class DB:public Singleton<DB>\r
+class DB\r
 {\r
 public:\r
        DB();\r
@@ -38,8 +36,6 @@ public:
 \r
        sqlite3 *GetDB() { return m_db; }\r
 \r
-       Poco::FastMutex m_mutex;                        // public so that recordset and statment can lock this mutex themselves\r
-\r
 private:\r
        void Initialize();\r
        \r