ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / IceUtil / thread / MutexTest.h
blob037c25877756feffee12fc8872fc06b928a9506c
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #ifndef MUTEX_TEST_H
11 #define MUTEX_TEST_H
13 #include <TestBase.h>
15 class MutexTest : public TestBase
17 public:
19 MutexTest();
21 private:
23 virtual void run();
26 #endif