1#ifndef XRPL_TEST_MANUALTIMEKEEPER_H_INCLUDED 
    2#define XRPL_TEST_MANUALTIMEKEEPER_H_INCLUDED 
    4#include <xrpld/core/TimeKeeper.h> 
Manages various times used by the server.
 
std::atomic< time_point > now_
 
time_point now() const override
Returns the current time.
 
ManualTimeKeeper()=default
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.