phone_plat/telephony_matching_extension_api/inc/telmatchingextension.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
--- 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.