class Clock { public: /** Sets current time. @param t the time to set */ void set_time(Time t); /** Draws the lock face, with tick marks and hands. */ void draw() const; };