#ifndef _TimerTest_TimerTest_h #define _TimerTest_TimerTest_h #include using namespace Upp; #define LAYOUTFILE #include #include class TimerTest : public WithLayout { public: typedef TimerTest CLASSNAME; TimerTest(); void Info(const String & s); void Test(); private: Timer t; }; #endif