28 #ifndef ICL_CORE_THREAD_COMMON_H_INCLUDED 29 #define ICL_CORE_THREAD_COMMON_H_INCLUDED 34 #ifdef _IC_BUILDER_DEPRECATED_STYLE_ 49 if (timeout_absolute < now)
55 return timeout_absolute - now;
64 timeout_absolute +=
TimeSpan(365 * 86400, 0);
68 timeout_absolute += timeout_relative;
70 return timeout_absolute;
74 #ifdef _IC_BUILDER_DEPRECATED_STYLE_ TimeStamp getAbsoluteTimeout(const TimeSpan &timeout_relative)
Represents absolute times.
#define ICL_CORE_VC_DEPRECATE_STYLE
Contains macros to deprecate classes, types, functions and variables.
Repesents absolute times.
TimeSpan getRelativeTimeout(const TimeStamp &timeout_absolute)
#define ICL_CORE_GCC_DEPRECATE_STYLE