diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-19 11:48:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-19 11:48:12 +0000 |
commit | 8dc7456651251bc112b9edd9b5fd1c4849d7c83d (patch) | |
tree | 3e2e376197c49e77488c109a129ea269b08cb38f /plugins/Db3x_mmap/src/dbintf.h | |
parent | 8d428350dc3307f8ada75fafece2049cca84e969 (diff) |
import to open a database in read-only mode
git-svn-id: http://svn.miranda-ng.org/main/trunk@8172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r-- | plugins/Db3x_mmap/src/dbintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 361c91dffa..ff42141458 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -157,7 +157,7 @@ struct DBEvent struct CDb3Mmap : public MIDatabase, public MIDatabaseChecker, public MZeroedObject
{
- CDb3Mmap(const TCHAR* tszFileName);
+ CDb3Mmap(const TCHAR* tszFileName, bool bReadOnly);
~CDb3Mmap();
int Load(bool bSkipInit);
|