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 /include | |
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 'include')
-rw-r--r-- | include/m_db_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_db_int.h b/include/m_db_int.h index 3989424c40..3b913f7bb0 100644 --- a/include/m_db_int.h +++ b/include/m_db_int.h @@ -114,6 +114,8 @@ interface MIDatabase STDMETHOD_(BOOL, MetaDetouchSub)(DBCachedContact*, int nSub) PURE;
STDMETHOD_(BOOL, MetaSetDefault)(DBCachedContact*) PURE;
+ STDMETHOD_(BOOL, MetaMergeHistory)(DBCachedContact *ccMeta, MCONTACT hSub) PURE;
+ STDMETHOD_(BOOL, MetaSplitHistory)(DBCachedContact *ccMeta, MCONTACT hSub) PURE;
};
///////////////////////////////////////////////////////////////////////////////
|