diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-20 23:18:23 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-20 23:18:23 +0000 |
commit | 8941640745d51e543fadc0524368d5f861691152 (patch) | |
tree | 384020f2b665d7f1a1c20b5ea435e0bf74faf476 /cpp/test/IceUtil/thread/StaticMutexTest.h | |
parent | merging changes from garbage collector (diff) | |
download | ice-8941640745d51e543fadc0524368d5f861691152.tar.bz2 ice-8941640745d51e543fadc0524368d5f861691152.tar.xz ice-8941640745d51e543fadc0524368d5f861691152.zip |
merging changes for garbage collector
Diffstat (limited to 'cpp/test/IceUtil/thread/StaticMutexTest.h')
-rw-r--r-- | cpp/test/IceUtil/thread/StaticMutexTest.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/StaticMutexTest.h b/cpp/test/IceUtil/thread/StaticMutexTest.h new file mode 100644 index 00000000000..19321512b16 --- /dev/null +++ b/cpp/test/IceUtil/thread/StaticMutexTest.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_MUTEX_TEST_H +#define STATIC_MUTEX_TEST_H + +#include <TestBase.h> + +class StaticMutexTest : public TestBase +{ +public: + + StaticMutexTest(); + +private: + + virtual void run(); +}; + +#endif |