phonebookui/Phonebook2/CommandsExtension/inc/CPbk2MergeContactsCmd.h
branchRCL_3
changeset 15 e8e3147d53eb
parent 3 04ab22b956c2
child 64 c1e8ba0c2b16
equal deleted inserted replaced
14:81f8547efd4f 15:e8e3147d53eb
   275     CVPbkContactLinkArray* iGroupLinksSecond;
   275     CVPbkContactLinkArray* iGroupLinksSecond;
   276     
   276     
   277     /// Own: Waiting note
   277     /// Own: Waiting note
   278     MPbk2ProcessDecorator* iWaitDecorator;
   278     MPbk2ProcessDecorator* iWaitDecorator;
   279     
   279     
   280 	/// Own: string for ending note
   280     /// Own: string for ending note
   281     HBufC* iFirstContactString;
   281     HBufC* iFirstContactString;
   282 	
   282     
   283 	/// Own: string for ending note
   283     /// Own: string for ending note
   284     HBufC* iSecondContactString;
   284     HBufC* iSecondContactString;
   285 	
   285     	
   286 	/// Own: string for ending note
   286     /// Own: string for ending note
   287     HBufC* iMergedContactString;
   287     HBufC* iMergedContactString;
   288     
   288     
       
   289     /// Own: Timer used to delay contact's deletion after new contact creation
       
   290     /// it ensures that all filtered views are updated before deleting contacts
       
   291     RTimer iTimer;
   289     };
   292     };
   290 
   293 
   291 #endif // CPBK2MERGECONTACTSCMD_H
   294 #endif // CPBK2MERGECONTACTSCMD_H
   292 // End of File
   295 // End of File