Various cleanups.

This commit is contained in:
JoelKatz
2012-02-20 20:26:10 -08:00
parent 214833078a
commit ef09bf96e7
6 changed files with 42 additions and 40 deletions

View File

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