- /*
- * Author: Patrick-Christopher Mattulat
- * Company: Lynar Studios
- * E-Mail: webmaster@lynarstudios.com
- * Created: 2023-03-15
- * Changed: 2023-03-15
- *
- * */
- #include "MockPosixClock.hpp"
- using test::time::MockPosixClock;
- MockPosixClock::MockPosixClock() = default;
- MockPosixClock::~MockPosixClock() noexcept = default;
|