Files
Upsilon/apps/dummy_timer_manager.cpp
2022-06-25 19:46:00 +02:00

7 lines
185 B
C++

#include <escher/timer_manager.h>
// This is the dummy implementation used in tests
void TimerManager::AddTimer(Timer * timer) { }
void TimerManager::RemoveTimer(Timer * timer) { }