summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/FileServerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.h')
-rw-r--r--cpp/src/IcePatch2/FileServerI.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.h b/cpp/src/IcePatch2/FileServerI.h
index defdb0a282a..6a22bfcb674 100644
--- a/cpp/src/IcePatch2/FileServerI.h
+++ b/cpp/src/IcePatch2/FileServerI.h
@@ -22,9 +22,9 @@ public:
FileServerI(const std::string&, const FileInfoSeq&);
- FileInfoSeq getFileInfo1Seq(Ice::Int, const Ice::Current&) const;
+ FileInfoSeq getFileInfoSeq(Ice::Int, const Ice::Current&) const;
- ByteSeqSeq getChecksum0Seq(const Ice::Current&) const;
+ ByteSeqSeq getChecksumSeq(const Ice::Current&) const;
Ice::ByteSeq getChecksum(const Ice::Current&) const;
@@ -33,6 +33,7 @@ public:
private:
const std::string _dataDir;
+ const std::string _dataDirWithSlash;
const FileTree0 _tree0;
};