Refactor clock declarations in chrono.h

This commit is contained in:
Vinnie Falco
2015-06-30 06:39:31 -07:00
parent 223389a464
commit bd7eb94d69
29 changed files with 153 additions and 107 deletions

View File

@@ -21,12 +21,12 @@
#include <ripple/app/tx/TransactionMaster.h>
#include <ripple/app/main/Application.h>
#include <ripple/basics/Log.h>
#include <ripple/basics/seconds_clock.h>
#include <ripple/basics/chrono.h>
namespace ripple {
TransactionMaster::TransactionMaster ()
: mCache ("TransactionCache", 65536, 1800, get_seconds_clock (),
: mCache ("TransactionCache", 65536, 1800, stopwatch(),
deprecatedLogs().journal("TaggedCache"))
{
}