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:
@@ -15,7 +15,14 @@
|
||||
// code assumes this node is synched (and will continue to do so until
|
||||
// there's a functional network.
|
||||
|
||||
// VFALCO TODO Figure out how to clean up these globals
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
InfoSub::Source::Source (char const* name, Service& parent)
|
||||
: Service (name, parent)
|
||||
{
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
InfoSub::InfoSub (Source& source)
|
||||
: mLock (this, "InfoSub", __FILE__, __LINE__)
|
||||
|
||||
Reference in New Issue
Block a user