summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/dbintf.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-29 07:35:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-29 07:35:57 +0000
commit93d627691da3569dd0582cc5ebaf425f4e8087d2 (patch)
tree59fb5bf01c2fd8eb435d0dbea36bd27522a456bb /plugins/Db3x_mmap/src/dbintf.h
parent6a47964cab12d66c30a106b77a59263e615c1213 (diff)
read-only mode for databases
git-svn-id: http://svn.miranda-ng.org/main/trunk@1237 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/dbintf.h')
-rw-r--r--plugins/Db3x_mmap/src/dbintf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h
index f3d04d0959..3a744427a8 100644
--- a/plugins/Db3x_mmap/src/dbintf.h
+++ b/plugins/Db3x_mmap/src/dbintf.h
@@ -243,7 +243,7 @@ protected:
HANDLE m_hDbFile;
DBHeader m_dbHeader;
DWORD m_ChunkSize;
- BOOL m_safetyMode;
+ bool m_safetyMode, m_bReadOnly;
////////////////////////////////////////////////////////////////////////////
// database stuff