fLastNotificationTime
{ return fLastNotificationTime; }
bool result = (currentTime - fLastNotificationTime
fLastNotificationTime = currentTime;
bigtime_t fLastNotificationTime;
inline bigtime_t GetLastNotificationTime() { return fLastNotificationTime; }
- fLastNotificationTime > kNotificationInterval);
fLastNotificationTime = currentTime;
bigtime_t fLastNotificationTime;