WIP. Database updater now has its own namespace and dedicated directory

This commit is contained in:
emeric
2014-07-01 23:43:49 +02:00
parent 7fd546eb44
commit 16d1194d61
35 changed files with 320 additions and 224 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
namespace TestDatabase {
DatabaseHandler* create()
Database::Handler* create()
{
boost::filesystem::path p ("test_db");
@@ -11,7 +11,7 @@ DatabaseHandler* create()
// Remove previous db
// boost::filesystem::remove(p);
DatabaseHandler* db = new DatabaseHandler(p);
Database::Handler* db = new Database::Handler(p);
// Populate DB