1 // **********************************************************************
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
8 // **********************************************************************
10 #ifndef ICE_SLICE_CHECKSUM_DICT_ICE
11 #define ICE_SLICE_CHECKSUM_DICT_ICE
13 [["cpp:header-ext:h"]]
19 * A mapping from type IDs to Slice checksums. The dictionary
20 * allows verification at run time that client and server
21 * use matching Slice definitions.
23 dictionary<string, string> SliceChecksumDict;