diff -r e30d4a1b8bad -r c26cc2a7c548 phoneengine/PhoneCntFinder/ContactService/inc/MPhCntContactManager.h --- a/phoneengine/PhoneCntFinder/ContactService/inc/MPhCntContactManager.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneengine/PhoneCntFinder/ContactService/inc/MPhCntContactManager.h Wed Oct 13 14:31:22 2010 +0300 @@ -54,7 +54,7 @@ enum TDuplicateRemovalStrategy { ERemoveDuplicates, EDontRemoveDuplicates - }; + }; /** * Retrieves contact from phonebook. @@ -81,12 +81,13 @@ * * @since S60 v3.1 * @param aObserver Contact match strategy observer. - * @param aStrategy Contact dupe removal strategy + * @param aRemoveDuplicatesStrategy Contact dupe removal strategy + * * @return New contact match strategy instance. */ virtual MPhCntContactMatchStrategy* CreateContactMatchStrategyL( MVPbkContactFindObserver& aObserver, - TDuplicateRemovalStrategy aStrategy )= 0; + TDuplicateRemovalStrategy aRemoveDuplicatesStrategy )= 0; /** * Gives access to contact name formatter.