--- a/voipplugins/svtmatching/inc/svtmatching.h Wed Sep 01 12:29:57 2010 +0100
+++ b/voipplugins/svtmatching/inc/svtmatching.h Tue Sep 14 21:02:05 2010 +0300
@@ -66,9 +66,14 @@
* 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.
*/
- TInt GetAddressForMatching( RBuf& aParsedAddress, TInt& aMeaningfulDigits );
+ TInt GetAddressForMatching(
+ RBuf& aParsedAddress,
+ TInt& aMeaningfulDigits,
+ TBool& aAllowUsernameMatch );
/**
* Returns contact store uris which are opened and will be used for matching.