diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-03 12:34:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-03 12:34:53 +0000 |
commit | 5c2f5a27a78d50b6814a89c974214e7d294f5981 (patch) | |
tree | 351d57f733d80de65ff762c65a3bb2c72d481bb2 /plugins/Db3x_mmap/src/dbintf.h | |
parent | 1660edb24da69d794a447d49f8ea9398976870b5 (diff) |
- MIDatabase::MetaDetouchSub = new method for the mc support virtualization
- further cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8376 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, 2 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/dbintf.h b/plugins/Db3x_mmap/src/dbintf.h index 6be58c9634..986ac700d0 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -234,6 +234,8 @@ public: STDMETHODIMP_(BOOL) EnumResidentSettings(DBMODULEENUMPROC pFunc, void *pParam);
STDMETHODIMP_(BOOL) IsSettingEncrypted(LPCSTR szModule, LPCSTR szSetting);
+ STDMETHODIMP_(BOOL) MetaDetouchSub(DBCachedContact *cc, int nSub);
+
protected:
STDMETHODIMP_(BOOL) Start(DBCHeckCallback *callback);
STDMETHODIMP_(BOOL) CheckDb(int phase, int firstTime);
|