diff options
Diffstat (limited to 'matlab/test/Ice/checksum/Test.ice')
-rw-r--r-- | matlab/test/Ice/checksum/Test.ice | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/matlab/test/Ice/checksum/Test.ice b/matlab/test/Ice/checksum/Test.ice new file mode 100644 index 00000000000..0b8f9722063 --- /dev/null +++ b/matlab/test/Ice/checksum/Test.ice @@ -0,0 +1,25 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#pragma once + +#include <Ice/SliceChecksumDict.ice> + +[["matlab:package:test.Ice.checksum"]] +module Test +{ + +interface Checksum +{ + idempotent Ice::SliceChecksumDict getSliceChecksums(); + + void shutdown(); +} + +} |