ACE
6.3.3
|
Implement a monotonic time policy for ACE. More...
#include <Monotonic_Time_Policy.h>
Public Member Functions | |
ACE_Time_Value_T< ACE_Monotonic_Time_Policy > | operator() () const |
Return the current time according to this policy. More... | |
void | set_gettimeofday (ACE_Time_Value(*gettimeofday)(void)) |
Noop. Just here to satisfy backwards compatibility demands. More... | |
Implement a monotonic time policy for ACE.
This class implements support for returning monotonic time values on platforms that support that. If a platform does not support monotonic time the policy returns ACE_Time_Value::zero.
|
inline |
Return the current time according to this policy.
|
inline |
Noop. Just here to satisfy backwards compatibility demands.