WIP, adding remote test client/server

This commit is contained in:
emeric
2014-04-14 22:56:20 +02:00
parent 298f6fb885
commit 9409fadc63
22 changed files with 438 additions and 46 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "database/DatabaseHandler.hpp"
namespace TestDatabase {
DatabaseHandler* create();
} // namespace TestDatabase