#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(); ~TimerTest(); void Close0(); virtual void Close(); void Info(const String & s); void Test(); private: Timer t; Atomic demo; }; #endif