coil::AdjustedClock Class Reference
Clock object to handle adjusted clock.
More...
#include <ClockManager.h>
List of all members.
Detailed Description
Clock object to handle adjusted clock.
This class stores a offset time with current system clock when settime(), and gettime() returns adjusted clock by the offset.
Constructor & Destructor Documentation
coil::AdjustedClock::AdjustedClock |
( |
|
) |
|
virtual coil::AdjustedClock::~AdjustedClock |
( |
|
) |
[virtual] |
Member Function Documentation
virtual bool coil::AdjustedClock::settime |
( |
coil::TimeValue |
clocktime |
) |
[virtual] |