summaryrefslogtreecommitdiff
path: root/ruby/test/Ice/checksum/Test.ice
blob: 3dd23bd4cca4325969bf00ce20c0f0aa0dc04463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// **********************************************************************
//
// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.
//
// **********************************************************************

#pragma once

#include <Ice/SliceChecksumDict.ice>

module Test
{

interface Checksum
{
    idempotent Ice::SliceChecksumDict getSliceChecksums();

    void shutdown();
}

}