landmarks/locationlandmarks/localaccess/src/EPos_CPosLmLocalRemoveLandmarksOp.cpp
changeset 39 3efc7a0e8755
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
    59     ReadInfoFromResourceFileL( aResourceId );
    59     ReadInfoFromResourceFileL( aResourceId );
    60 
    60 
    61     iLandmarkIdArray.ReserveL( aLandmarkIdArray.Count() ); // to avoid heap fragmentation
    61     iLandmarkIdArray.ReserveL( aLandmarkIdArray.Count() ); // to avoid heap fragmentation
    62     for ( TInt i = 0; i < aLandmarkIdArray.Count(); i++ )
    62     for ( TInt i = 0; i < aLandmarkIdArray.Count(); i++ )
    63         {
    63         {
    64         iLandmarkIdArray.Append( aLandmarkIdArray[i] );
    64         iLandmarkIdArray.AppendL( aLandmarkIdArray[i] );
    65         }
    65         }
    66     }
    66     }
    67 
    67 
    68 // -----------------------------------------------------------------------------
    68 // -----------------------------------------------------------------------------
    69 // -----------------------------------------------------------------------------
    69 // -----------------------------------------------------------------------------