phonebookui/Phonebook2/spbcontentprovider/src/spbcontactdatamodel.cpp
branchRCL_3
changeset 13 a6539d1e8e43
parent 6 e8e3147d53eb
equal deleted inserted replaced
12:4ae315f230bc 13: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 // --------------------------------------------------------------------------