WIP. Adding config file handling. UserInterface settings implemented
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#include "remote/server/Server.hpp"
|
||||
|
||||
namespace Service {
|
||||
|
||||
class RemoteServerService : public Service
|
||||
{
|
||||
public:
|
||||
@@ -22,4 +24,6 @@ class RemoteServerService : public Service
|
||||
Remote::Server::Server _server;
|
||||
};
|
||||
|
||||
} // namespace Service
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user