summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/FileCache.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-12-07 12:26:16 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-12-07 12:26:16 +0000
commit687eda4d1d6ab70e67c626a4cfa83e73672c5001 (patch)
treef1569d083da5e1691793b4ddb7d08c11cf447c2f /cpp/src/IceGrid/FileCache.h
parentMade DEBUG the default build setting. (diff)
downloadice-687eda4d1d6ab70e67c626a4cfa83e73672c5001.tar.bz2
ice-687eda4d1d6ab70e67c626a4cfa83e73672c5001.tar.xz
ice-687eda4d1d6ab70e67c626a4cfa83e73672c5001.zip
Improved FileIterator interface Changed patch() operation on the node to
use a callback object.
Diffstat (limited to 'cpp/src/IceGrid/FileCache.h')
-rw-r--r--cpp/src/IceGrid/FileCache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/FileCache.h b/cpp/src/IceGrid/FileCache.h
index 0a493b11c8b..4a827c6581d 100644
--- a/cpp/src/IceGrid/FileCache.h
+++ b/cpp/src/IceGrid/FileCache.h
@@ -22,8 +22,8 @@ public:
FileCache();
- Ice::StringSeq read(const std::string&, Ice::Long, int, Ice::Long&);
-
+ Ice::Long getOffsetFromEnd(const std::string&, int);
+ bool read(const std::string&, Ice::Long, int, int, Ice::Long&, Ice::StringSeq&);
};
typedef IceUtil::Handle<FileCache> FileCachePtr;