WIP. Adding config file handling. UserInterface settings implemented
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "Service.hpp"
|
||||
|
||||
namespace Service {
|
||||
|
||||
// Start/Stop/Reload Services
|
||||
class ServiceManager
|
||||
{
|
||||
@@ -63,5 +65,7 @@ ServiceManager::getService()
|
||||
return std::shared_ptr<T>();
|
||||
}
|
||||
|
||||
} // namespace Service
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user