voipplugins/svtmatching/inc/svtmatching.h
branchRCL_3
changeset 33 2989b291cac7
parent 29 755430a7d64b
equal deleted inserted replaced
31:5886d40bb3de 33:2989b291cac7
    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.
       
    71      * @return - Return KErrNone if operation succeed.
    69      * @return - Return KErrNone if operation succeed.
    72      */
    70      */
    73     TInt GetAddressForMatching( 
    71     TInt GetAddressForMatching( RBuf& aParsedAddress, TInt& aMeaningfulDigits );
    74         RBuf& aParsedAddress, 
       
    75         TInt& aMeaningfulDigits, 
       
    76         TBool& aAllowUsernameMatch );
       
    77 
    72 
    78     /**
    73     /**
    79      * Returns contact store uris which are opened and will be used for matching.
    74      * Returns contact store uris which are opened and will be used for matching.
    80      * @param aStoreUris - Contact store uri array.
    75      * @param aStoreUris - Contact store uri array.
    81      * @return - Return KErrNone if operation succeed.
    76      * @return - Return KErrNone if operation succeed.