phonebookengines/VirtualPhonebook/VPbkSimStore/inc/CContact.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/phonebookengines/VirtualPhonebook/VPbkSimStore/inc/CContact.h	Thu Jul 15 18:22:55 2010 +0300
+++ b/phonebookengines/VirtualPhonebook/VPbkSimStore/inc/CContact.h	Thu Aug 19 09:41:07 2010 +0300
@@ -233,6 +233,20 @@
         /// Resets the contact state after contact operation
         void ResetContactOperationState();
         
+        /**
+        * Remove empty field from aSimContact, these empty field was added 
+        * in the sim contact before save it to keep the order of additional 
+        * numbers in the USIM card. 
+        */
+        void RemoveAllEmptyFields( CVPbkSimContact& aSimContact );
+        
+        /**
+        * Fill some empty field in the sim contact. hese empty field was added 
+        * in the sim contact before save it to keep the order of additional 
+        * numbers in the USIM card. 
+        */
+        void FillWithEmptyFieldsL() const;
+               
     private:  // Data
 
         TStoreContactFieldCollection iFields;