diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-04 04:27:08 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-04 04:27:08 +0000 |
commit | 30782d480a0f5f732175dd22f49b56a013eb5fe6 (patch) | |
tree | b21d673e83ed0a6d48bfef34a32a9b7e73835992 /cpp/src/IcePatch/NodeUtil.h | |
parent | more IcePatch stuff (diff) | |
download | ice-30782d480a0f5f732175dd22f49b56a013eb5fe6.tar.bz2 ice-30782d480a0f5f732175dd22f49b56a013eb5fe6.tar.xz ice-30782d480a0f5f732175dd22f49b56a013eb5fe6.zip |
more IcePatch stuff
Diffstat (limited to 'cpp/src/IcePatch/NodeUtil.h')
-rw-r--r-- | cpp/src/IcePatch/NodeUtil.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/NodeUtil.h b/cpp/src/IcePatch/NodeUtil.h new file mode 100644 index 00000000000..f2de80252b2 --- /dev/null +++ b/cpp/src/IcePatch/NodeUtil.h @@ -0,0 +1,25 @@ +// ********************************************************************** +// +// Copyright (c) 2002 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef ICE_PATCH_NODE_UTIL_H +#define ICE_PATCH_NODE_UTIL_H + +#include <Ice/Ice.h> +#include <IcePatch/Node.h> + +namespace IcePatch +{ + +Ice::ByteSeq getMD5(const std::string&); +std::string MD5ToString(const Ice::ByteSeq&); + +} + +#endif |