#ifndef _TimerTest_TimerTest_h #define _TimerTest_TimerTest_h #include #include namespace Upp { #define LAYOUTFILE #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