diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-04 18:49:29 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-04 18:49:29 +0000 |
commit | 146e6a31d51916c2783701cff2c197c34b0e4eee (patch) | |
tree | 1564e98db7cd3c9e564cabbfa26cba94977e19b4 /cpp/src/IcePatch/NodeI.cpp | |
parent | more IcePatch stuff (diff) | |
download | ice-146e6a31d51916c2783701cff2c197c34b0e4eee.tar.bz2 ice-146e6a31d51916c2783701cff2c197c34b0e4eee.tar.xz ice-146e6a31d51916c2783701cff2c197c34b0e4eee.zip |
more IcePatch stuff
Diffstat (limited to 'cpp/src/IcePatch/NodeI.cpp')
-rw-r--r-- | cpp/src/IcePatch/NodeI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch/NodeI.cpp b/cpp/src/IcePatch/NodeI.cpp index 67e462b023a..5f63925d5ef 100644 --- a/cpp/src/IcePatch/NodeI.cpp +++ b/cpp/src/IcePatch/NodeI.cpp @@ -82,7 +82,7 @@ IcePatch::FileI::describe(const Ice::Current& current) } ByteSeq -IcePatch::FileI::getBytes(Int startPos, Int howMuch, const Ice::Current& current) +IcePatch::FileI::getBlock(Int n, const Ice::Current& current) { - return ByteSeq(); + return getBZ2(identityToPath(current.identity), n); } |