diff -r e30d4a1b8bad -r c26cc2a7c548 phone_plat/telephony_matching_extension_api/inc/telmatchingextension.h --- a/phone_plat/telephony_matching_extension_api/inc/telmatchingextension.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phone_plat/telephony_matching_extension_api/inc/telmatchingextension.h Wed Oct 13 14:31:22 2010 +0300 @@ -69,14 +69,9 @@ * of address will be used for matching (e.g. by value 0). * If length of the address is less than value of the parameter the whole * of address will be used for matching. - * @param aAllowUserNameMatch - ETrue on return if matching using the user name part of - * the address is allowed. * @return - Return KErrNone if operation succeed. */ - virtual TInt GetAddressForMatching( - RBuf& aParsedAddress, - TInt& aMeaningfulDigits, - TBool& aAllowUserNameMatch ) = 0; + virtual TInt GetAddressForMatching( RBuf& aParsedAddress, TInt& aMeaningfulDigits ) = 0; /** * Returns contact store uris which are opened and will be used for matching.