ICE 3.4.2
[php5-ice-freebsdport.git] / slice / Ice / SliceChecksumDict.ice
blobce007226d10b738adb74b4d846059623176e1e7d
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #ifndef ICE_SLICE_CHECKSUM_DICT_ICE
11 #define ICE_SLICE_CHECKSUM_DICT_ICE
13 [["cpp:header-ext:h"]]
15 module Ice
18 /**
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.
22  **/
23 dictionary<string, string> SliceChecksumDict;
27 #endif