phonebookui/Phonebook2/spbcontentprovider/src/spbcontactdatamodel.cpp
branchRCL_3
changeset 39 a6539d1e8e43
parent 15 e8e3147d53eb
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
    51 // ---------------------------------------------------------------------------
    51 // ---------------------------------------------------------------------------
    52 //
    52 //
    53 EXPORT_C TInt CSpbContactDataModel::PresentationFieldIndex( TInt aListIndex )
    53 EXPORT_C TInt CSpbContactDataModel::PresentationFieldIndex( TInt aListIndex )
    54     {
    54     {
    55     return iImpl->PresentationFieldIndex( aListIndex );
    55     return iImpl->PresentationFieldIndex( aListIndex );
       
    56     }
       
    57 
       
    58 // ---------------------------------------------------------------------------
       
    59 // CSpbContactDataModel::PresentationFieldIndex
       
    60 // ---------------------------------------------------------------------------
       
    61 //
       
    62 EXPORT_C TInt CSpbContactDataModel::ListIndex( TInt aPresentationIndex )
       
    63     {
       
    64     return iImpl->ListIndex( aPresentationIndex );
    56     }
    65     }
    57 
    66 
    58 // --------------------------------------------------------------------------
    67 // --------------------------------------------------------------------------
    59 // CSpbContactDataModel::ExternalizeL
    68 // CSpbContactDataModel::ExternalizeL
    60 // --------------------------------------------------------------------------
    69 // --------------------------------------------------------------------------