mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor Application shutdown using new Service, AsyncService interfaces
This commit is contained in:
@@ -22,7 +22,7 @@ class Manager : public Uncopyable
|
||||
public:
|
||||
/** Create a new Manager object.
|
||||
*/
|
||||
static Manager* New (Journal journal);
|
||||
static Manager* New (Service& parent, Journal journal);
|
||||
|
||||
/** Destroy the object.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user