phonebookui/Phonebook2/spbcontentprovider/src/spbcontactdatamodelprivate.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 32 2828b4d142c0
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
   176 // ---------------------------------------------------------------------------
   176 // ---------------------------------------------------------------------------
   177 //
   177 //
   178 TInt CSpbContactDataModelPrivate::PresentationFieldIndex( TInt aListIndex )
   178 TInt CSpbContactDataModelPrivate::PresentationFieldIndex( TInt aListIndex )
   179     {
   179     {
   180     return iListIndxToPresentationIndx[ aListIndex ];
   180     return iListIndxToPresentationIndx[ aListIndex ];
       
   181     }
       
   182 
       
   183 // ---------------------------------------------------------------------------
       
   184 // CSpbContactDataModelPrivate::ListIndex
       
   185 // ---------------------------------------------------------------------------
       
   186 //
       
   187 TInt CSpbContactDataModelPrivate::ListIndex( TInt aPresentationIndex )
       
   188     {
       
   189     return iListIndxToPresentationIndx.Find( aPresentationIndex );
   181     }
   190     }
   182 
   191 
   183 // --------------------------------------------------------------------------
   192 // --------------------------------------------------------------------------
   184 // CSpbContactDataModelPrivate::ExternalizeL
   193 // CSpbContactDataModelPrivate::ExternalizeL
   185 // --------------------------------------------------------------------------
   194 // --------------------------------------------------------------------------