From d80f672079dc84b432cbc97327ef581728eed81f Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 17 Nov 2006 15:17:24 +0000 Subject: Fix --- cpp/src/IceGrid/FileCache.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 cpp/src/IceGrid/FileCache.h (limited to 'cpp/src/IceGrid/FileCache.h') diff --git a/cpp/src/IceGrid/FileCache.h b/cpp/src/IceGrid/FileCache.h new file mode 100644 index 00000000000..0a493b11c8b --- /dev/null +++ b/cpp/src/IceGrid/FileCache.h @@ -0,0 +1,32 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#ifndef ICE_GRID_FILE_CACHE_H +#define ICE_GRID_FILE_CACHE_H + +#include +#include + +namespace IceGrid +{ + +class FileCache : public IceUtil::Shared +{ +public: + + FileCache(); + + Ice::StringSeq read(const std::string&, Ice::Long, int, Ice::Long&); + +}; +typedef IceUtil::Handle FileCachePtr; + +}; + +#endif -- cgit v1.2.3