diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-22 03:59:45 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-22 03:59:45 +0000 |
commit | b50195965683cd0381bcbf99ecb6f3d1dd934ead (patch) | |
tree | 8c690c117bf27402391d98031efe2512902b6af9 /cpp/test/IceUtil/thread/StaticRecMutexTest.h | |
parent | Win32 fixes (diff) | |
download | ice-b50195965683cd0381bcbf99ecb6f3d1dd934ead.tar.bz2 ice-b50195965683cd0381bcbf99ecb6f3d1dd934ead.tar.xz ice-b50195965683cd0381bcbf99ecb6f3d1dd934ead.zip |
Got rid of StaticRecMutex.
Diffstat (limited to 'cpp/test/IceUtil/thread/StaticRecMutexTest.h')
-rw-r--r-- | cpp/test/IceUtil/thread/StaticRecMutexTest.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/cpp/test/IceUtil/thread/StaticRecMutexTest.h b/cpp/test/IceUtil/thread/StaticRecMutexTest.h deleted file mode 100644 index fb9a78520f4..00000000000 --- a/cpp/test/IceUtil/thread/StaticRecMutexTest.h +++ /dev/null @@ -1,31 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003 -// ZeroC, Inc. -// Billerica, MA, USA -// -// All Rights Reserved. -// -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. -// -// ********************************************************************** - -#ifndef STATIC_REC_MUTEX_TEST_H -#define STATIC_REC_MUTEX_TEST_H - -#include <TestBase.h> - -class StaticRecMutexTest : public TestBase -{ -public: - - StaticRecMutexTest(); - -private: - - virtual void run(); -}; - -#endif |