| 57 | |
| 58 | fl::u16 Watchdog::consecutiveCrashCount() const FL_NOEXCEPT { return 0; } |
| 59 | void Watchdog::markCleanShutdown() FL_NOEXCEPT {} |
| 60 | bool Watchdog::isInSafeMode() const FL_NOEXCEPT { return false; } |
| 61 | fl::u16 Watchdog::safeModeThreshold() const FL_NOEXCEPT { return mSafeModeThreshold; } |
| 62 | void Watchdog::setSafeModeThreshold(fl::u16 t) FL_NOEXCEPT { mSafeModeThreshold = t; } |