summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/StaticRecMutexTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/thread/StaticRecMutexTest.h')
-rw-r--r--cpp/test/IceUtil/thread/StaticRecMutexTest.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/StaticRecMutexTest.h b/cpp/test/IceUtil/thread/StaticRecMutexTest.h
new file mode 100644
index 00000000000..fb9a78520f4
--- /dev/null
+++ b/cpp/test/IceUtil/thread/StaticRecMutexTest.h
@@ -0,0 +1,31 @@
+// **********************************************************************
+//
+// 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