landmarks/locationlandmarks/localaccess/src/EPos_CPosLmLocalIterator.cpp
changeset 39 3efc7a0e8755
parent 0 667063e416a2
child 45 6b6920c56e2f
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
    84 
    84 
    85     aIdArray.Reset();
    85     aIdArray.Reset();
    86     aIdArray.ReserveL( aNumOfItems ); // to avoid heap fragmentation
    86     aIdArray.ReserveL( aNumOfItems ); // to avoid heap fragmentation
    87     for (TInt i = aStartIndex; i < aStartIndex + aNumOfItems; i++)
    87     for (TInt i = aStartIndex; i < aStartIndex + aNumOfItems; i++)
    88         {
    88         {
    89         aIdArray.Append( iIdArray[i] );
    89         aIdArray.AppendL( iIdArray[i] );
    90         }
    90         }
    91     }
    91     }
    92 
    92