phoneengine/contacthandling/src/cpecontactextensionwrapper.cpp
branchRCL_3
changeset 26 8baf28733c3d
parent 0 5f000ab63145
equal deleted inserted replaced
25:5266b1f337bd 26:8baf28733c3d
   115 // ---------------------------------------------------------------------------
   115 // ---------------------------------------------------------------------------
   116 // From class CTelMatchingExtension.
   116 // From class CTelMatchingExtension.
   117 // ---------------------------------------------------------------------------
   117 // ---------------------------------------------------------------------------
   118 //
   118 //
   119 TInt CPEContactExtensionWrapper::GetAddressForMatching( 
   119 TInt CPEContactExtensionWrapper::GetAddressForMatching( 
   120         RBuf& aParsedAddress, TInt& aMeaningfulDigits )
   120         RBuf& aParsedAddress, 
       
   121         TInt& aMeaningfulDigits, 
       
   122         TBool& aAllowUserNameMatch )
   121     {
   123     {
   122     return iPlugin->GetAddressForMatching( aParsedAddress, aMeaningfulDigits );
   124     return iPlugin->GetAddressForMatching( 
       
   125             aParsedAddress, aMeaningfulDigits, aAllowUserNameMatch );
   123     }
   126     }
   124 
   127 
   125 
   128 
   126 // ---------------------------------------------------------------------------
   129 // ---------------------------------------------------------------------------
   127 // From class CTelMatchingExtension.
   130 // From class CTelMatchingExtension.