diff options
Diffstat (limited to 'cpp/test/IceUtil/thread/SleepTest.h')
-rw-r--r-- | cpp/test/IceUtil/thread/SleepTest.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/SleepTest.h b/cpp/test/IceUtil/thread/SleepTest.h new file mode 100644 index 00000000000..a708da939ac --- /dev/null +++ b/cpp/test/IceUtil/thread/SleepTest.h @@ -0,0 +1,26 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#ifndef SLEEP_TEST_H +#define SLEEP_TEST_H + +#include <TestBase.h> + +class SleepTest : public TestBase +{ +public: + + SleepTest(); + +private: + + virtual void run(); +}; + +#endif |