diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 13:06:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 13:06:40 +0000 |
commit | f26f117c6cdeab38ceda7bbba7f005e9c2d97ef4 (patch) | |
tree | 1a7d156dcb3bfedeaed1d99acc8d3421ae1a0f10 /store/source/storpage.hxx | |
parent | 414c097c65bb7925eef9ddc158b112228b49ed12 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'store/source/storpage.hxx')
-rw-r--r-- | store/source/storpage.hxx | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/store/source/storpage.hxx b/store/source/storpage.hxx index 0ff4c4f51fb7..82d62cc4260d 100644 --- a/store/source/storpage.hxx +++ b/store/source/storpage.hxx @@ -2,9 +2,9 @@ * * $RCSfile: storpage.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mhu $ $Date: 2001-03-13 20:45:39 $ + * last change: $Author: hr $ $Date: 2003-03-27 14:06:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,16 +60,12 @@ ************************************************************************/ #ifndef _STORE_STORPAGE_HXX_ -#define _STORE_STORPAGE_HXX_ "$Revision: 1.2 $" +#define _STORE_STORPAGE_HXX_ "$Revision: 1.3 $" #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif -#ifndef _RTL_REF_HXX_ -#include <rtl/ref.hxx> -#endif - #ifndef _STORE_OBJECT_HXX_ #include <store/object.hxx> #endif @@ -80,9 +76,6 @@ #ifndef _STORE_STORBASE_HXX_ #include <storbase.hxx> #endif -#ifndef _STORE_STORDMON_HXX_ -#include <stordmon.hxx> -#endif namespace store { @@ -228,9 +221,7 @@ private: /** Representation. */ - rtl::Reference<OStorePageDaemon> m_xDaemon; - OStorePageCache *m_pCache; - + OStorePageCache *m_pCache; page *m_pNode[3]; inode *m_pDirect; indirect *m_pLink[3]; |