#include // This is the dummy implementation used in tests void TimerManager::AddTimer(Timer * timer) { } void TimerManager::RemoveTimer(Timer * timer) { }