summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/MonitorRecMutexTest.h
blob: 5ae3f6b2f07650bb8e865a86a5abe0ebd7a8be20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#ifndef MONITOR_REC_MUTEX_TEST_H
#define MONITOR_REC_MUTEX_TEST_H

#include <TestBase.h>

class MonitorRecMutexTest : public TestBase
{
public:

    MonitorRecMutexTest();

private:

    virtual void run();
};

#endif