// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef TIMER_PRIORITY_TEST_H #define TIMER_PRIORITY_TEST_H #include class TimerPriorityTest : public TestBase { public: TimerPriorityTest(); private: virtual void run(); }; #endif