Created UserInterface namespace, WebServerService -> UserInterfaceService.

This commit is contained in:
emeric
2014-04-12 21:28:20 +02:00
parent 788a7638bc
commit 298f6fb885
46 changed files with 291 additions and 167 deletions
-2
View File
@@ -11,7 +11,6 @@
#include "messages/Header.hpp"
namespace Remote {
namespace Server {
class ConnectionManager;
@@ -71,7 +70,6 @@ class Connection : public std::enable_shared_from_this<Connection>
} // namespace Server
} // namespace Remote
#endif