diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/updates.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/updates.h b/common/updates.h index 65eb5ac095..3a3049d4df 100644 --- a/common/updates.h +++ b/common/updates.h @@ -95,6 +95,14 @@ public: virtual int getUpdateCheckInterval() { return kUpdateIntervalNotSupported; } /** + * Gets last update check time + * + * @param t TimeDate struct to fill out + * @return flag indicating success + */ + virtual bool getLastUpdateCheckTimeAndDate(TimeDate &t) { return false; } + + /** * Returns list of supported uptate intervals. * Ending with '-1' which is not acceptable value. * |