summaryrefslogtreecommitdiffstats
path: root/store/source/storcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storcach.hxx')
-rw-r--r--store/source/storcach.hxx23
1 files changed, 1 insertions, 22 deletions
diff --git a/store/source/storcach.hxx b/store/source/storcach.hxx
index 6778fc31bb17..0a16fd813e31 100644
--- a/store/source/storcach.hxx
+++ b/store/source/storcach.hxx
@@ -36,12 +36,6 @@ namespace store
struct Entry;
-/*========================================================================
- *
- * PageCache interface.
- *
- *======================================================================*/
-
class PageCache :
public store::OStoreObject
{
@@ -72,7 +66,6 @@ class PageCache :
void rescale_Impl (std::size_t new_size);
public:
- // Construction
explicit PageCache (sal_uInt16 nPageSize);
PageCache(const PageCache&) = delete;
@@ -102,28 +95,14 @@ public:
sal_uInt32 nOffset);
protected:
- // Destruction
virtual ~PageCache() override;
};
-/*========================================================================
- *
- * PageCache factory.
- *
- *======================================================================*/
-
-storeError
-PageCache_createInstance (
+storeError PageCache_createInstance (
rtl::Reference< store::PageCache > & rxCache,
sal_uInt16 nPageSize
);
-/*========================================================================
- *
- * The End.
- *
- *======================================================================*/
-
} // namespace store
#endif // INCLUDED_STORE_SOURCE_STORCACH_HXX