summaryrefslogtreecommitdiff
path: root/store/source/storcach.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storcach.hxx')
-rw-r--r--store/source/storcach.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/store/source/storcach.hxx b/store/source/storcach.hxx
index 446d39c04478..bc53fd6c6566 100644
--- a/store/source/storcach.hxx
+++ b/store/source/storcach.hxx
@@ -26,7 +26,6 @@
#include "store/types.h"
#include "storbase.hxx"
#include "object.hxx"
-#include "boost/noncopyable.hpp"
namespace store
{
@@ -40,8 +39,7 @@ struct Entry;
*======================================================================*/
class PageCache :
- public store::OStoreObject,
- private boost::noncopyable
+ public store::OStoreObject
{
// Representation
static size_t const theTableSize = 32;
@@ -73,6 +71,9 @@ public:
// Construction
explicit PageCache (sal_uInt16 nPageSize);
+ PageCache(const PageCache&) = delete;
+ PageCache& operator=(const PageCache&) = delete;
+
/** load.
*/
storeError lookupPageAt (