From da82423dbda5c27ca355c1ad3a22f215c6c8a21b Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Tue, 12 Dec 2006 10:26:38 +0000 Subject: Removed maxLines attribute from FileIterator::read() method --- cpp/src/IceGrid/FileCache.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceGrid/FileCache.h') diff --git a/cpp/src/IceGrid/FileCache.h b/cpp/src/IceGrid/FileCache.h index 4a827c6581d..51939521f87 100644 --- a/cpp/src/IceGrid/FileCache.h +++ b/cpp/src/IceGrid/FileCache.h @@ -12,6 +12,7 @@ #include #include +#include namespace IceGrid { @@ -20,10 +21,14 @@ class FileCache : public IceUtil::Shared { public: - FileCache(); + FileCache(const Ice::CommunicatorPtr&); Ice::Long getOffsetFromEnd(const std::string&, int); - bool read(const std::string&, Ice::Long, int, int, Ice::Long&, Ice::StringSeq&); + bool read(const std::string&, Ice::Long, int, Ice::Long&, Ice::StringSeq&); + +private: + + const int _messageSizeMax; }; typedef IceUtil::Handle FileCachePtr; -- cgit v1.2.3