ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / IceUtil / priority / TimerPriority.h
blob2002cef7aa528f0bc4417d265b48da3ed6330df2
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #ifndef TIMER_PRIORITY_TEST_H
11 #define TIMER_PRIORITY_TEST_H
13 #include <TestBase.h>
15 class TimerPriorityTest : public TestBase
17 public:
19 TimerPriorityTest();
21 private:
23 virtual void run();
26 #endif