/* ------------------------------------------- Copyright (C) 2024-2025, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ #include ///! BUGS: 0 ///! @file Timer.cc ///! @brief Software Timer implementation using namespace NeOS; /// @brief Unimplemented as it is an interface. BOOL TimerInterface::Wait() noexcept { return NO; }