WIP, some workaround around the service manager, to be cleaned seriously later

This commit is contained in:
emeric
2014-06-25 17:30:32 +02:00
parent 16c77d56be
commit 95341dcb0a
6 changed files with 31 additions and 8 deletions
+3
View File
@@ -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();