summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/MonitorRecMutexTest.h
blob: c7209d4e5539f076d7e6fa890f168d83e1b5d6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// **********************************************************************
//
// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
//
// This copy of Ice-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
//
// **********************************************************************

#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