#include "Time.h" using namespace MbD; Time::Time() { } void Time::initialize() { std::string str = "t"; this->setName(str); }