mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Replace boost::bind with BIND_TYPE where appropriate
This commit is contained in:
@@ -972,7 +972,7 @@ void LedgerConsensus::beginAccept (bool synchronous)
|
||||
accept (consensusSet, LoadEvent::pointer ());
|
||||
else
|
||||
{
|
||||
theApp->getIOService ().post (boost::bind (&LedgerConsensus::accept, shared_from_this (), consensusSet,
|
||||
theApp->getIOService ().post (BIND_TYPE (&LedgerConsensus::accept, shared_from_this (), consensusSet,
|
||||
theApp->getJobQueue ().getLoadEvent (jtACCEPTLEDGER, "LedgerConsensus::beginAccept")));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user