diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-06 11:30:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-06 11:30:40 +0000 |
commit | 8dabe06ba2c2e42aedaadc9f712190e239a17f28 (patch) | |
tree | 75cfc289e51db97352278ba8b6b2aa5899fe63fd /plugins/Db3x_mmap/src/dbintf.h | |
parent | 58d6ac34a9cea9499948f06aee6c011a2fc9bf7f (diff) |
methods for meta-history merging & splitting
git-svn-id: http://svn.miranda-ng.org/main/trunk@8428 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 50821b6204..253d7e803c 100644 --- a/plugins/Db3x_mmap/src/dbintf.h +++ b/plugins/Db3x_mmap/src/dbintf.h @@ -236,6 +236,8 @@ public: STDMETHODIMP_(BOOL) MetaDetouchSub(DBCachedContact *cc, int nSub);
STDMETHODIMP_(BOOL) MetaSetDefault(DBCachedContact *cc);
+ STDMETHODIMP_(BOOL) MetaMergeHistory(DBCachedContact *ccMeta, MCONTACT hSub);
+ STDMETHODIMP_(BOOL) MetaSplitHistory(DBCachedContact *ccMeta, MCONTACT hSub);
protected:
STDMETHODIMP_(BOOL) Start(DBCHeckCallback *callback);
|