phonebookengines/VirtualPhonebook/VPbkSimStore/inc/CContact.h
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
   231             
   231             
   232     private:    // New functions
   232     private:    // New functions
   233         /// Resets the contact state after contact operation
   233         /// Resets the contact state after contact operation
   234         void ResetContactOperationState();
   234         void ResetContactOperationState();
   235         
   235         
       
   236         /**
       
   237         * Remove empty field from aSimContact, these empty field was added 
       
   238         * in the sim contact before save it to keep the order of additional 
       
   239         * numbers in the USIM card. 
       
   240         */
       
   241         void RemoveAllEmptyFields( CVPbkSimContact& aSimContact );
       
   242         
       
   243         /**
       
   244         * Fill some empty field in the sim contact. hese empty field was added 
       
   245         * in the sim contact before save it to keep the order of additional 
       
   246         * numbers in the USIM card. 
       
   247         */
       
   248         void FillWithEmptyFieldsL() const;
       
   249                
   236     private:  // Data
   250     private:  // Data
   237 
   251 
   238         TStoreContactFieldCollection iFields;
   252         TStoreContactFieldCollection iFields;
   239         /// The parent store of the contact
   253         /// The parent store of the contact
   240         CContactStore& iParentStore;
   254         CContactStore& iParentStore;