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

#pragma once

module Test
{

interface TestIntf
{
    void fail();

    void shutdown();
}

}