diff -r 0410b3201a77 -r afe7195bb6c3 iaupdate/IAD/firmwareupdate/src/iaupdatefwfotamodel.cpp --- a/iaupdate/IAD/firmwareupdate/src/iaupdatefwfotamodel.cpp Tue Jun 15 13:36:10 2010 +0100 +++ b/iaupdate/IAD/firmwareupdate/src/iaupdatefwfotamodel.cpp Thu Jul 22 16:35:01 2010 +0100 @@ -57,37 +57,6 @@ // ----------------------------------------------------------------------------- -// CIAUpdateFWFotaModel::GetProfileName -// Changes aProfileName to KNullDesC if the profile identifier is -// not found. -// ----------------------------------------------------------------------------- -// -void CIAUpdateFWFotaModel::GetProfileNameL( const TInt aProfileId, - HBufC* aProfileName ) const - { - FLOG( "[IAUPDATEFW] CIAUpdateFWFotaModel::GetProfileNameL() - not implemented" ); - -/*KNST - TInt index( 0 ); - aProfileName->Des().Copy( KNullDesC ); - - iDocument->RefreshProfileListL( ETrue ); // Include hidden profile - CArrayFixFlat* profileList = iDocument->ProfileList( index ); - - for ( index = 0; index < profileList->Count(); index++ ) - { - if ( ( *profileList )[index].iProfileId == aProfileId ) - { - aProfileName->Des().Copy( ( *profileList )[index].iProfileName ); - } - } -*/ - FTRACE( FPrint( _L( - "[IAUPDATEFW] CIAUpdateFWFotaModel::GetProfileNameL(): aProfileId = %d, ProfileName = \"%S\"" ), - aProfileId, aProfileName ) ); - } - -// ----------------------------------------------------------------------------- // CIAUpdateFWFotaModel::DefaultFotaProfileIdL // ----------------------------------------------------------------------------- //