mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Redesign stoppable object pattern
This commit is contained in:
committed by
manojsdoshi
parent
c10c0be11b
commit
a2a37a928a
@@ -33,15 +33,6 @@ namespace ripple {
|
||||
// code assumes this node is synched (and will continue to do so until
|
||||
// there's a functional network.
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
InfoSub::Source::Source(char const* name, Stoppable& parent)
|
||||
: Stoppable(name, parent)
|
||||
{
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
InfoSub::InfoSub(Source& source) : m_source(source), mSeq(assign_id())
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user