ACE
6.1.9
|
#include <Time_Policy.h>
Public Member Functions | |
virtual | ~ACE_Dynamic_Time_Policy_Base () |
ACE_Time_Value_T < ACE_Delegating_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... | |
Protected Member Functions | |
virtual ACE_Time_Value_T < ACE_Delegating_Time_Policy > | gettimeofday () const =0 |
Return the current time according to policy implementation. More... | |
|
virtual |
|
protectedpure virtual |
Return the current time according to policy implementation.
Implemented in ACE_Time_Policy_T< TIME_POLICY >, and NULL_Time_Policy.
|
inline |
Return the current time according to this policy.
|
inline |
Noop. Just here to satisfy backwards compatibility demands.