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