summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdb/src/dbintf.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-13 21:33:15 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-13 21:33:15 +0000
commitc842fa175cdda0331567ea6f06e7084ceb51d260 (patch)
tree81457f2b09a80659cbd907e7ee74995a8bd0df85 /plugins/Dbx_mdb/src/dbintf.h
parent5952466c42cf02a659f5b110c77eca76a5476391 (diff)
well, everything works but events
git-svn-id: http://svn.miranda-ng.org/main/trunk@11850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/dbintf.h')
-rw-r--r--plugins/Dbx_mdb/src/dbintf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dbx_mdb/src/dbintf.h b/plugins/Dbx_mdb/src/dbintf.h
index 78507969df..e83f559634 100644
--- a/plugins/Dbx_mdb/src/dbintf.h
+++ b/plugins/Dbx_mdb/src/dbintf.h
@@ -197,7 +197,7 @@ protected:
void FillContacts(void);
- void Map();
+ bool Remap();
public: // Check functions
int WorkInitialChecks(int);
@@ -218,6 +218,7 @@ public:
protected:
MDB_env *m_pMdbEnv;
+ DWORD m_dwFileSize;
HANDLE hSettingChangeEvent, hContactDeletedEvent, hContactAddedEvent, hEventMarkedRead;