diff options
author | Marc Laukien <marc@zeroc.com> | 2004-11-24 00:11:44 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-11-24 00:11:44 +0000 |
commit | f7d4889cca46e17167e3f46b1ef40b90ea1f0d99 (patch) | |
tree | 114bc1b8e385bf4b16555c0a11475f76f18f27e5 /cpp/src/IcePatch2/FileServerI.h | |
parent | Cleaned up compression code. (diff) | |
download | ice-f7d4889cca46e17167e3f46b1ef40b90ea1f0d99.tar.bz2 ice-f7d4889cca46e17167e3f46b1ef40b90ea1f0d99.tar.xz ice-f7d4889cca46e17167e3f46b1ef40b90ea1f0d99.zip |
more IcePatch2
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.h')
-rw-r--r-- | cpp/src/IcePatch2/FileServerI.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.h b/cpp/src/IcePatch2/FileServerI.h index 29136554afe..f5f20dcbfcd 100644 --- a/cpp/src/IcePatch2/FileServerI.h +++ b/cpp/src/IcePatch2/FileServerI.h @@ -22,13 +22,11 @@ public: FileServerI(const FileInfoSeq&); - FileInfoSeq getFileInfoSeq(Ice::Int, Ice::Int, const Ice::Current&) const; + FileInfoSeq getFileInfo1Seq(Ice::Int, const Ice::Current&) const; - ByteSeqSeq getChecksum2Seq(Ice::Int, const Ice::Current&) const; + ByteSeqSeq getChecksum0Seq(const Ice::Current&) const; - ByteSeqSeq getChecksum1Seq(const Ice::Current&) const; - - Ice::ByteSeq getChecksum0(const Ice::Current&) const; + Ice::ByteSeq getChecksum(const Ice::Current&) const; Ice::ByteSeq getFileCompressed(const std::string&, Ice::Int pos, Ice::Int num, const Ice::Current&) const; |