Refactor Application shutdown using new Service, AsyncService interfaces

This commit is contained in:
Vinnie Falco
2013-09-17 17:32:54 -07:00
parent 97e961a048
commit 89b1859929
57 changed files with 2690 additions and 1602 deletions

View File

@@ -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__)