contacts_plat/virtual_phonebook_vcard_api/inc/CVPbkVCardEng.h
branchCompilerCompatibility
changeset 16 db59511c6240
parent 0 e686773b3f54
equal deleted inserted replaced
13:18296dac9a57 16:db59511c6240
   320          * @param aObserver An observer for asynchronous import.
   320          * @param aObserver An observer for asynchronous import.
   321          *                  The aContact in the call back is always NULL.
   321          *                  The aContact in the call back is always NULL.
   322          * @return A new operation handle owned by the client.
   322          * @return A new operation handle owned by the client.
   323          * @asynchronous
   323          * @asynchronous
   324          */   
   324          */   
   325         IMPORT_C MVPbkContactOperationBase* CVPbkVCardEng::ImportVCardMergeL(
   325         IMPORT_C MVPbkContactOperationBase* ImportVCardMergeL(
   326             const MVPbkContactLink& aReplaceContact,
   326             const MVPbkContactLink& aReplaceContact,
   327             MVPbkContactStore& aTargetStore, 
   327             MVPbkContactStore& aTargetStore, 
   328             RReadStream& aSourceStream,
   328             RReadStream& aSourceStream,
   329             MVPbkSingleContactOperationObserver& aObserver );
   329             MVPbkSingleContactOperationObserver& aObserver );
   330 
   330