Home
last modified time | relevance | path

Searched refs:nextDeadline (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dversionchecker.cpp
H A Dversionchecker.h
/glogg/src/
H A Dversionchecker.cpp88 if ( config->nextDeadline() < std::time( nullptr ) ) in startCheck()
101 << std::difftime( config->nextDeadline(), std::time( nullptr ) ); in startCheck()
H A Dversionchecker.h42 std::time_t nextDeadline() const in nextDeadline() function