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