diff options
Diffstat (limited to 'cpp/include/Ice/SliceChecksum.h')
-rw-r--r-- | cpp/include/Ice/SliceChecksum.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/cpp/include/Ice/SliceChecksum.h b/cpp/include/Ice/SliceChecksum.h new file mode 100644 index 00000000000..4e343fe7bf5 --- /dev/null +++ b/cpp/include/Ice/SliceChecksum.h @@ -0,0 +1,34 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2004 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 ICE_SLICE_CHECKSUM_H +#define ICE_SLICE_CHECKSUM_H + +#include <Ice/SliceChecksumDict.h> + +namespace Ice +{ + +extern ICE_API const SliceChecksumDict sliceChecksums; + +} + +namespace IceInternal +{ + +class SliceChecksumInit : public IceUtil::noncopyable +{ +public: + + SliceChecksumInit(const char*[]); +}; + +} + +#endif |