Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
SliceChecksumDict.h
1// Copyright (c) ZeroC, Inc.
2
3// slice2cpp version 3.8.0-alpha.0
4// <auto-generated>Generated from Slice file 'SliceChecksumDict.ice'.</auto-generated>
5// clang-format off
6
7#ifndef Ice_SliceChecksumDict_h_
8#define Ice_SliceChecksumDict_h_
9
11#include <Ice/Ice.h>
12
13#ifndef ICE_DISABLE_VERSION
14# if ICE_INT_VERSION != 30850
15# error Ice version mismatch: an exact match is required for beta generated code
16# endif
17#endif
18
19// NOLINTBEGIN(modernize-concat-nested-namespaces)
20
21namespace Ice
22{
23 /// Mapping from type IDs to Slice checksums. This dictionary allows verification at runtime that a client and a
24 /// server use essentially the same Slice definitions.
25 using SliceChecksumDict [[deprecated("As of Ice 3.8, the Slice compilers no longer generate Slice checksums.")]] = std::map<std::string, std::string>;
26}
27
28// NOLINTEND(modernize-concat-nested-namespaces)
29
31#endif
The Ice RPC framework.
Definition SampleEvent.h:59