Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
SliceChecksumDict.ice
1// Copyright (c) ZeroC, Inc.
2
3#pragma once
4
5[["cpp:dll-export:ICE_API"]]
6[["cpp:doxygen:include:Ice/Ice.h"]]
7[["cpp:header-ext:h"]]
8
9[["js:module:@zeroc/ice"]]
10
11["java:identifier:com.zeroc.Ice"]
12module Ice
13{
14 /// Mapping from type IDs to Slice checksums. This dictionary allows verification at runtime that a client and a
15 /// server use essentially the same Slice definitions.
16 ["deprecated:As of Ice 3.8, the Slice compilers no longer generate Slice checksums."]
17 dictionary<string, string> SliceChecksumDict;
18}
dictionary< string, string > SliceChecksumDict
Mapping from type IDs to Slice checksums.
The Ice RPC framework.