mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Various cleanups.
This commit is contained in:
@@ -13,10 +13,8 @@ using namespace boost;
|
||||
Only needs to start once we determine the network time
|
||||
*/
|
||||
|
||||
TimingService::TimingService()
|
||||
TimingService::TimingService() : mLedgerTimer(NULL), mPropTimer(NULL), mValidTimer(NULL)
|
||||
{
|
||||
mLedgerTimer=NULL;
|
||||
mPropTimer=NULL;
|
||||
}
|
||||
|
||||
void TimingService::start(boost::asio::io_service& ioService)
|
||||
|
||||
Reference in New Issue
Block a user