diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-04 16:07:03 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-04 16:07:03 +0000 |
commit | fc29b8818ddf5af43cdc8e5df43f0dbf0430f00c (patch) | |
tree | 72b57f3711dad43a761a7defd66fc15eeb70282b /cpp/src/IcePatch2/FileServerI.h | |
parent | Bug 919 - use requestId to set forwarding (diff) | |
download | ice-fc29b8818ddf5af43cdc8e5df43f0dbf0430f00c.tar.bz2 ice-fc29b8818ddf5af43cdc8e5df43f0dbf0430f00c.tar.xz ice-fc29b8818ddf5af43cdc8e5df43f0dbf0430f00c.zip |
Fixed 803 - make use of zero copy
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.h')
-rw-r--r-- | cpp/src/IcePatch2/FileServerI.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.h b/cpp/src/IcePatch2/FileServerI.h index 61934b658fd..7272e2a7fd7 100644 --- a/cpp/src/IcePatch2/FileServerI.h +++ b/cpp/src/IcePatch2/FileServerI.h @@ -28,7 +28,8 @@ public: Ice::ByteSeq getChecksum(const Ice::Current&) const; - Ice::ByteSeq getFileCompressed(const std::string&, Ice::Int pos, Ice::Int num, const Ice::Current&) const; + void getFileCompressed_async(const AMD_FileServer_getFileCompressedPtr&, const std::string&, Ice::Int pos, + Ice::Int num, const Ice::Current&) const; private: |