phoneengine/PhoneCntFinder/ContactService/inc/CPhCntMatcherImpl.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
--- 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 <e32base.h>
 #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;
 
     };