/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2023-03-15 * Changed: 2023-03-15 * * */ #include using ls::std::time::IPosixClock; IPosixClock::IPosixClock() = default; IPosixClock::~IPosixClock() = default;