diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-05 16:15:59 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-05 16:15:59 +0000 |
commit | a64fb12bf2ec845b71f9518677eebade96e1da43 (patch) | |
tree | 14c2500276df625dbe8643ecad2fe3e11b6fc6b9 /cpp/include/IcePatch/Util.h | |
parent | Changed to add xs:annotation/xs:appinfo/type element to proxy elements. (diff) | |
download | ice-a64fb12bf2ec845b71f9518677eebade96e1da43.tar.bz2 ice-a64fb12bf2ec845b71f9518677eebade96e1da43.tar.xz ice-a64fb12bf2ec845b71f9518677eebade96e1da43.zip |
more IcePatch stuff
Diffstat (limited to 'cpp/include/IcePatch/Util.h')
-rw-r--r-- | cpp/include/IcePatch/Util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/include/IcePatch/Util.h b/cpp/include/IcePatch/Util.h index 159e79055b4..45ef6287c72 100644 --- a/cpp/include/IcePatch/Util.h +++ b/cpp/include/IcePatch/Util.h @@ -41,9 +41,6 @@ Ice::ByteSeq getMD5(const std::string&); void createMD5(const std::string&); void createMD5Recursive(const std::string&); -void writeBZ2(const std::string&, const Ice::ByteSeq&); -Ice::ByteSeq readBZ2(const std::string&); - Ice::Int getSizeBZ2(const std::string&); Ice::ByteSeq getBytesBZ2(const std::string&, Ice::Int, Ice::Int); void createBZ2(const std::string&); |