WIP, some workaround around the service manager, to be cleaned seriously later
This commit is contained in:
@@ -12,10 +12,13 @@ class ServiceManager
|
||||
public:
|
||||
|
||||
ServiceManager();
|
||||
~ServiceManager();
|
||||
|
||||
void stopService(Service::pointer service);
|
||||
void startService(Service::pointer service);
|
||||
|
||||
void stopAllServices();
|
||||
|
||||
// Return in case of failure/stop by user
|
||||
void run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user