phonebookui/Phonebook2/USIMExtension/src/CPsu2SimContactProcessor.cpp
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
   251 // CPsu2SimContactProcessor::ConstructL
   251 // CPsu2SimContactProcessor::ConstructL
   252 // --------------------------------------------------------------------------
   252 // --------------------------------------------------------------------------
   253 //
   253 //
   254 void CPsu2SimContactProcessor::ConstructL( RFs& aFs )
   254 void CPsu2SimContactProcessor::ConstructL( RFs& aFs )
   255     {
   255     {
       
   256     const MVPbkFieldTypeList& supportedTypes =
       
   257             iTargetStore.StoreProperties().SupportedFields();
       
   258     // Remove the unsupported fieldInfo from array first.
       
   259     iCopyToSimFieldInfoArray.RemoveUnSupportedFieldInfo( supportedTypes );
       
   260         
   256     const TInt count = iCopyToSimFieldInfoArray.Count();
   261     const TInt count = iCopyToSimFieldInfoArray.Count();
   257     for ( TInt i = 0; i < count; ++i )
   262     for ( TInt i = 0; i < count; ++i )
   258         {
   263         {
   259         iIncludedTypes.AppendL( 
   264         iIncludedTypes.AppendL( 
   260             &iCopyToSimFieldInfoArray[i].SourceType() );
   265             &iCopyToSimFieldInfoArray[i].SourceType() );