6 #ifndef ACE_TIME_TIME_KEEPER_H 7 #define ACE_TIME_TIME_KEEPER_H 10 #include "TimeProvider.h" 26 virtual void setNow(acetime_t epochSeconds) = 0;
Base class for objects that provide a source of time whose time cannot be changed by the end-user...
virtual void setNow(acetime_t epochSeconds)=0
Set the time to the indicated seconds.
A TimeProvider whose time can be set by the end-user.