phonebookengines/VirtualPhonebook/inc/CVPbkSimContact.h
branchRCL_3
changeset 58 d4f567ce2e7c
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
57:2666d9724c76 58:d4f567ce2e7c
   176         void ConstructL( const TDesC8* aETelContact );
   176         void ConstructL( const TDesC8* aETelContact );
   177 
   177 
   178     private:    // New functions
   178     private:    // New functions
   179         /// Creates ETel contact from native fields
   179         /// Creates ETel contact from native fields
   180         void CreateETelContactL() const;
   180         void CreateETelContactL() const;
       
   181         
       
   182 		/*
       
   183 		* Used to indentify the different additional number field types 
       
   184 		* according the order in the field array.
       
   185 		*/
       
   186         void IndentifyAdditionalFields();
   181 
   187 
   182     private:    // Data
   188     private:    // Data
   183         /// The array for the fields
   189         /// The array for the fields
   184         RPointerArray<CVPbkSimCntField> iFieldArray;
   190         RPointerArray<CVPbkSimCntField> iFieldArray;
   185         /// Own: a buffer for ETel format, mutable because ETelContactL()
   191         /// Own: a buffer for ETel format, mutable because ETelContactL()