WIP. User authentication on user interface

This commit is contained in:
emeric
2014-07-08 19:39:49 +02:00
parent 4744111959
commit 3e96534e08
17 changed files with 370 additions and 76 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ class Server
boost::asio::ssl::context _context;
/// The handler for all incoming requests.
RequestHandler _requestHandler;
/// The database to be used for requests
boost::filesystem::path _dbPath;
};
} // namespace Server