summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/NodeUtil.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-04 04:27:08 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-04 04:27:08 +0000
commit30782d480a0f5f732175dd22f49b56a013eb5fe6 (patch)
treeb21d673e83ed0a6d48bfef34a32a9b7e73835992 /cpp/src/IcePatch/NodeUtil.h
parentmore IcePatch stuff (diff)
downloadice-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.h25
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