summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/CountDownLatchTest.h
blob: 3ef6b789375540cc6152b001845961a63bc3696c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright (c) 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