phonebookengines/VirtualPhonebook/VPbkVCardEng/src/CVPbkImportToStoreOperation.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 0 e686773b3f54
child 57 2666d9724c76
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
   363     CleanupStack::PopAndDestroy(); // aResults
   363     CleanupStack::PopAndDestroy(); // aResults
   364 
   364 
   365     if ( curUnsavedCount == 0 )
   365     if ( curUnsavedCount == 0 )
   366         {
   366         {
   367         // Try to read the next entry, if one existed
   367         // Try to read the next entry, if one existed
   368         static_cast<CVPbkVCardImporter*>(iOperationImpl)->StartL();
   368         iOperationImpl->StartL();
   369         }
   369         }
   370     else
   370     else
   371         {
   371         {
   372         CommitNextContactL();
   372         CommitNextContactL();
   373         static_cast<CVPbkVCardImporter*>(iOperationImpl)->StartL();
   373         iOperationImpl->StartL();
   374         }
   374         }
   375 
   375 
   376     }
   376     }
   377 
   377 
   378 // ---------------------------------------------------------------------------
   378 // ---------------------------------------------------------------------------