summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/AliveTest.h
blob: 8d40e8b337425f529f37da01bdba513a05f9cf6f (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 ALIVE_TEST_H
#define ALIVE_TEST_H

#include <TestBase.h>

class AliveTest : public TestBase
{
public:

    AliveTest();

private:

    virtual void run();
};

#endif