summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/CountDownLatchTest.h
blob: 333d10a7715683b17135105b31205a8b8ef6616d (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 COUNT_DOWN_LATCH_TEST_H
#define COUNT_DOWN_LATCH_TEST_H

#include <TestBase.h>

class CountDownLatchTest : public TestBase
{
public:

    CountDownLatchTest();

private:

    virtual void run();
};

#endif