diff options
Diffstat (limited to 'cpp/test/IceUtil/thread/CreateTest.h')
-rw-r--r-- | cpp/test/IceUtil/thread/CreateTest.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/CreateTest.h b/cpp/test/IceUtil/thread/CreateTest.h new file mode 100644 index 00000000000..3c3990efc9e --- /dev/null +++ b/cpp/test/IceUtil/thread/CreateTest.h @@ -0,0 +1,26 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2011 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 CREATE_TEST_H +#define CREATE_TEST_H + +#include <TestBase.h> + +class CreateTest : public TestBase +{ +public: + + CreateTest(); + +private: + + virtual void run(); +}; + +#endif |