phonebookui/Phonebook2/MMCExtension/inc/CPmuCopyFromMmcCmd.h
branchRCL_3
changeset 17 2666d9724c76
parent 0 e686773b3f54
equal deleted inserted replaced
15:34879f5cfc63 17:2666d9724c76
    30 class MPbk2ContactUiControl;
    30 class MPbk2ContactUiControl;
    31 class MVPbkContactLinkArray;
    31 class MVPbkContactLinkArray;
    32 class MVPbkContactStore;
    32 class MVPbkContactStore;
    33 class CVPbkVCardEng;
    33 class CVPbkVCardEng;
    34 class MVPbkContactOperationBase;
    34 class MVPbkContactOperationBase;
       
    35 class CPbk2ApplicationServices;
    35 
    36 
    36 /**
    37 /**
    37  * Phonebook 2 MMC UI extension copy from MMC command object.
    38  * Phonebook 2 MMC UI extension copy from MMC command object.
    38  * Responsible for copying contacts from the MMC.
    39  * Responsible for copying contacts from the MMC.
    39  */
    40  */
   122         RFileReadStream iReadStream;
   123         RFileReadStream iReadStream;
   123         /// Own: Command's state
   124         /// Own: Command's state
   124         TInt iState;
   125         TInt iState;
   125         /// Own: Path to contacts in memory card
   126         /// Own: Path to contacts in memory card
   126         TFileName iContactsPath;
   127         TFileName iContactsPath;
       
   128         /// Own: A handle to app services singleton
       
   129         CPbk2ApplicationServices* iAppServices;
       
   130         /// Own: ETrue if import must check duplicates.
       
   131         TBool iCheckDuplicates;
   127 
   132 
   128     };
   133     };
   129 
   134 
   130 #endif // CPMUCOPYFROMMMCCMD_H
   135 #endif // CPMUCOPYFROMMMCCMD_H
   131 
   136