[LMSAPI] Renamed 'Remote' to 'LmsAPI'

This commit is contained in:
emeric
2015-07-29 13:23:14 +02:00
parent 407601f638
commit 1c62194935
28 changed files with 219 additions and 126 deletions
@@ -19,7 +19,7 @@
#include "logger/Logger.hpp"
#include "RemoteServerService.hpp"
#include "LmsAPIServerService.hpp"
namespace Service {
@@ -25,7 +25,7 @@
#include "Service.hpp"
#include "remote/server/Server.hpp"
#include "lms-api/server/Server.hpp"
namespace Service {
@@ -51,7 +51,7 @@ class RemoteServerService : public Service
private:
Remote::Server::Server _server;
LmsAPI::Server::Server _server;
};
} // namespace Service