Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
SliceChecksumDict.h
1// Copyright (c) ZeroC, Inc.
2
3// slice2cpp version 3.8.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 / 100 != 308
15# error Ice version mismatch!
16# endif
17# if ICE_INT_VERSION % 100 >= 50
18# error Beta header file detected
19# endif
20# if ICE_INT_VERSION % 100 < 0
21# error Ice patch level mismatch!
22# endif
23#endif
24
25// NOLINTBEGIN(modernize-concat-nested-namespaces)
26
27namespace Ice
28{
29 /// Mapping from type IDs to Slice checksums. This dictionary allows verification at runtime that a client and a
30 /// server use essentially the same Slice definitions.
31 using SliceChecksumDict [[deprecated("As of Ice 3.8, the Slice compilers no longer generate Slice checksums.")]] = std::map<std::string, std::string>;
32}
33
34// NOLINTEND(modernize-concat-nested-namespaces)
35
37#endif
The Ice RPC framework.
Definition SampleEvent.h:66