summaryrefslogtreecommitdiff
path: root/store/source/storbios.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.hxx')
-rw-r--r--store/source/storbios.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx
index 997cfbc9471b..f223b4d0d258 100644
--- a/store/source/storbios.hxx
+++ b/store/source/storbios.hxx
@@ -65,12 +65,12 @@ public:
/** read.
*/
storeError read (
- sal_uInt32 nAddr, void *pData, sal_uInt32 nSize);
+ sal_uInt32 nAddr, void *pData, sal_uInt32 nSize) const;
/** write.
*/
storeError write (
- sal_uInt32 nAddr, const void *pData, sal_uInt32 nSize);
+ sal_uInt32 nAddr, const void *pData, sal_uInt32 nSize) const;
/** isWriteable.
*/
@@ -163,9 +163,9 @@ private:
/** Page Maintenance.
*/
storeError loadObjectAt_Impl (
- OStorePageObject & rPage, sal_uInt32 nAddr);
+ OStorePageObject & rPage, sal_uInt32 nAddr) const;
storeError saveObjectAt_Impl (
- OStorePageObject & rPage, sal_uInt32 nAddr);
+ OStorePageObject & rPage, sal_uInt32 nAddr) const;
OStorePageBIOS (const OStorePageBIOS&) = delete;
OStorePageBIOS& operator= (const OStorePageBIOS&) = delete;