summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/checksum/Test.ice
blob: eef4fe6b1e340b3e6e44a0f489b1b7f81a20d4f9 (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.
//

#pragma once

#include <Ice/SliceChecksumDict.ice>

module Test
{

interface Checksum
{
    ["cpp:const"] idempotent Ice::SliceChecksumDict getSliceChecksums();

    void shutdown();
}

}