summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/simple/TestI.h
blob: ac84ff4d27833ea5c93d01e9e400a26a8d3b46aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#ifndef TEST_I_H
#define TEST_I_H

#include <Test.h>

class TestI : public ::Test::TestIntf
{
public:

    TestI();

    virtual void shutdown(const Ice::Current&);
};

#endif