voipplugins/svtmatching/inc/svtmatching.h
branchRCL_3
changeset 23 755430a7d64b
parent 0 a4daefaec16c
equal deleted inserted replaced
22:d38647835c2e 23:755430a7d64b
    64      * @param aMeaningfulDigits - How many digits (starting from the right) are meaningful for matching.
    64      * @param aMeaningfulDigits - How many digits (starting from the right) are meaningful for matching.
    65      *                            Value of the parameter have to be between 4-20 otherwise the whole
    65      *                            Value of the parameter have to be between 4-20 otherwise the whole
    66      *                            of address will be used for matching (e.g. by value 0).
    66      *                            of address will be used for matching (e.g. by value 0).
    67      *                            If length of the address is less than value of the parameter the whole
    67      *                            If length of the address is less than value of the parameter the whole
    68      *                            of address will be used for matching.
    68      *                            of address will be used for matching.
       
    69      * @param aAllowUserNameMatch - ETrue on return if matching using the user name part of 
       
    70      *                              the address is allowed.
    69      * @return - Return KErrNone if operation succeed.
    71      * @return - Return KErrNone if operation succeed.
    70      */
    72      */
    71     TInt GetAddressForMatching( RBuf& aParsedAddress, TInt& aMeaningfulDigits );
    73     TInt GetAddressForMatching( 
       
    74         RBuf& aParsedAddress, 
       
    75         TInt& aMeaningfulDigits, 
       
    76         TBool& aAllowUsernameMatch );
    72 
    77 
    73     /**
    78     /**
    74      * Returns contact store uris which are opened and will be used for matching.
    79      * Returns contact store uris which are opened and will be used for matching.
    75      * @param aStoreUris - Contact store uri array.
    80      * @param aStoreUris - Contact store uri array.
    76      * @return - Return KErrNone if operation succeed.
    81      * @return - Return KErrNone if operation succeed.