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

#ifndef TEST_ICE
#define TEST_ICE

module Test
{

interface TestIntf
{
    void shutdown();

    string getProperty(string name);
}

}

#endif