landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalSearchHandler.cpp
branchRCL_3
changeset 44 2b4ea9893b66
parent 0 667063e416a2
child 45 6b6920c56e2f
--- a/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalSearchHandler.cpp	Thu Aug 19 10:20:18 2010 +0300
+++ b/landmarks/locationlandmarks/localsearchprov/src/EPos_CPosLmLocalSearchHandler.cpp	Tue Aug 31 15:37:04 2010 +0300
@@ -145,7 +145,7 @@
     iPreviousMatches.ReserveL( aPreviousMatches.Count() );
     for ( TInt i = 0; i < aPreviousMatches.Count(); i++ )
         {
-        iPreviousMatches.Append( aPreviousMatches[i] );
+        iPreviousMatches.AppendL( aPreviousMatches[i] );
         }
     // this allows faster comparisons during search
     // in MatchesPreviousMatches() method
@@ -196,7 +196,7 @@
     aMatches.ReserveL( iCurrentMatches.Count() );
     for ( TInt i = 0; i < iCurrentMatches.Count(); i++ )
         {
-        aMatches.Append( iCurrentMatches[i] );
+        aMatches.AppendL( iCurrentMatches[i] );
         }
     }