summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/NodeI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-04-04 22:02:41 +0000
committerMarc Laukien <marc@zeroc.com>2002-04-04 22:02:41 +0000
commit60b2933943fe4c08011182df28c96829e2d99b67 (patch)
tree9e6943073035fac497e0dd0ad04e8231aeda1374 /cpp/src/IcePatch/NodeI.cpp
parentmore IcePatch stuff (diff)
downloadice-60b2933943fe4c08011182df28c96829e2d99b67.tar.bz2
ice-60b2933943fe4c08011182df28c96829e2d99b67.tar.xz
ice-60b2933943fe4c08011182df28c96829e2d99b67.zip
more IcePatch stuff
Diffstat (limited to 'cpp/src/IcePatch/NodeI.cpp')
-rw-r--r--cpp/src/IcePatch/NodeI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IcePatch/NodeI.cpp b/cpp/src/IcePatch/NodeI.cpp
index 575bb980e7e..abbc06b0cd4 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::getBlock(Int n, const Ice::Current& current)
+IcePatch::FileI::getBytesBZ2(Ice::Int pos, Ice::Int num, const Ice::Current& current)
{
- return getBlockBZ2(identityToPath(current.identity), n);
+ return IcePatch::getBytesBZ2(identityToPath(current.identity), pos, num);
}