equal
deleted
inserted
replaced
404 CleanupStack::PopAndDestroy(); //eightName |
404 CleanupStack::PopAndDestroy(); //eightName |
405 #endif |
405 #endif |
406 propertySet->AppendL( desc ); |
406 propertySet->AppendL( desc ); |
407 TLex id( identifier ); |
407 TLex id( identifier ); |
408 error = id.Val( numId ); |
408 error = id.Val( numId ); |
409 aSettingIds.Append( error == KErrNone ? numId : error ); |
409 aSettingIds.AppendL( error == KErrNone ? numId : error ); |
410 } |
410 } |
411 else |
411 else |
412 { |
412 { |
413 #ifdef _DEBUG |
413 #ifdef _DEBUG |
414 WriteToLog( _L8( " Fetching of the name no. %d failed with idError:%d & nameError:%d" ), i, idError, nameError ); |
414 WriteToLog( _L8( " Fetching of the name no. %d failed with idError:%d & nameError:%d" ), i, idError, nameError ); |