// ********************************************************************** // // Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #ifndef SLICE_CHECKSUM_H #define SLICE_CHECKSUM_H #include #include #include namespace Slice { typedef std::map > ChecksumMap; SLICE_API ChecksumMap createChecksums(const UnitPtr&); } #endif