summaryrefslogtreecommitdiff
path: root/store/source/storlckb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storlckb.hxx')
-rw-r--r--store/source/storlckb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/store/source/storlckb.hxx b/store/source/storlckb.hxx
index 2b1b1c680e1c..67c4a14aea4d 100644
--- a/store/source/storlckb.hxx
+++ b/store/source/storlckb.hxx
@@ -45,7 +45,7 @@ class OStoreLockBytes : public store::OStoreObject
public:
/** Construction.
*/
- OStoreLockBytes (void);
+ OStoreLockBytes();
/** create (two-phase construction).
* @param pManager [in]
@@ -89,7 +89,7 @@ public:
/** flush.
* @return store_E_None upon success
*/
- storeError flush (void);
+ storeError flush();
/** setSize.
* @param nSize [in]
@@ -110,7 +110,7 @@ public:
protected:
/** Destruction (OReference).
*/
- virtual ~OStoreLockBytes (void);
+ virtual ~OStoreLockBytes();
private:
/** IStoreHandle TypeId.