diff -r e30d4a1b8bad -r c26cc2a7c548 phoneengine/PhoneCntFinder/ContactService/inc/CPhCntMatcherImpl.h --- a/phoneengine/PhoneCntFinder/ContactService/inc/CPhCntMatcherImpl.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneengine/PhoneCntFinder/ContactService/inc/CPhCntMatcherImpl.h Wed Oct 13 14:31:22 2010 +0300 @@ -21,8 +21,6 @@ #include #include "CPhCntMatcher.h" #include "MVPbkContactLink.h" -#include "MPhCntContactManager.h" -#include "tphcntcontactselectionstrategy.h" class MPhCntContactStores; class CPhCntContactManager; @@ -167,14 +165,16 @@ TInt GetContactL( MPhCntMatch*& aMatch, const TDesC& aTelNumber ); - + /** - * Matches contacts + * Match contacts against product specific stores. + * + * @since S60 v3.2 + * @param aLinkArray Array of contacts to match + * @return Error code. */ - TInt MatchContactL( - const MVPbkContactLinkArray*& aContactLinkArray, - const TDesC& aTelNumber, - MPhCntContactManager::TDuplicateRemovalStrategy aRemoveDuplicatesStrategy ); + TInt MatchFromAdditionalStore( const MVPbkContactLinkArray& aLinkArray ) const; + protected: @@ -259,9 +259,6 @@ * Own. */ MPhCntContactMatchStrategy* iCSMatchStrategy; - - - TPhCntContactSelectionStrategy iContactSelectionStrategy; };