summaryrefslogtreecommitdiff
path: root/goodies/inc
diff options
context:
space:
mode:
authorKai Ahrens <ka@openoffice.org>2001-05-08 08:09:18 +0000
committerKai Ahrens <ka@openoffice.org>2001-05-08 08:09:18 +0000
commitb791b13f7b07344f43ebee2bb137eec506585853 (patch)
tree4630d53581222bb5a4fc58b09e2c1c508fb3365e /goodies/inc
parent14d1b152bb29ff08015459cb715fcd1cefb4c6a3 (diff)
#81229#: added cache timeout mechanism
Diffstat (limited to 'goodies/inc')
-rw-r--r--goodies/inc/grfmgr.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/goodies/inc/grfmgr.hxx b/goodies/inc/grfmgr.hxx
index ec13a867b00b..e3a517386163 100644
--- a/goodies/inc/grfmgr.hxx
+++ b/goodies/inc/grfmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: grfmgr.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ka $ $Date: 2001-02-15 11:34:13 $
+ * last change: $Author: ka $ $Date: 2001-05-08 09:07:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -442,6 +442,9 @@ public:
ULONG GetUsedCacheSize() const;
ULONG GetFreeCacheSize() const;
+ void SetCacheTimeout( ULONG nTimeoutSeconds );
+ ULONG GetCacheTimeout() const;
+
void ClearCache();
void ReleaseFromCache( const GraphicObject& rObj );