#include int TaskMan::Inited = 0; TaskMan::TaskMan() { } int TaskMan::AddTask(const Task & t) { } void TaskMan::MainLoop() { }