diff options
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.h')
-rw-r--r-- | cpp/src/IcePatch2/FileServerI.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.h b/cpp/src/IcePatch2/FileServerI.h index ac7ec80c51c..acc08d18090 100644 --- a/cpp/src/IcePatch2/FileServerI.h +++ b/cpp/src/IcePatch2/FileServerI.h @@ -23,7 +23,7 @@ public: FileServerI(const std::string&, const LargeFileInfoSeq&); FileInfoSeq getFileInfoSeq(Ice::Int, const Ice::Current&) const; - + LargeFileInfoSeq getLargeFileInfoSeq(Ice::Int, const Ice::Current&) const; @@ -40,15 +40,15 @@ public: void getLargeFileCompressed_async(const AMD_FileServer_getLargeFileCompressedPtr&, const std::string&, Ice::Long, - Ice::Int, + Ice::Int, const Ice::Current&) const; private: - + void getFileCompressedInternal(const std::string&, Ice::Long, - Ice::Int, + Ice::Int, std::vector<Ice::Byte>&, bool) const; |