WIP, Remote Client/Server...

This commit is contained in:
emeric
2014-05-15 14:06:09 +02:00
parent c4cec4b438
commit 690fac67e0
14 changed files with 395 additions and 71 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ DatabaseHandler* create()
boost::filesystem::path p ("test_db");
// Remove previous db
boost::filesystem::remove(p);
// boost::filesystem::remove(p);
DatabaseHandler* db = new DatabaseHandler(p);