diff -r f4a778e096c2 -r 9da50d567e3c predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsCache.cpp --- a/predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsCache.cpp Wed Sep 01 12:29:52 2010 +0100 +++ b/predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsCache.cpp Tue Sep 14 20:54:53 2010 +0300 @@ -22,7 +22,7 @@ // INCLUDE FILES #include -#include +#include #include "FindUtilChineseECE.h" #include "CPsData.h" @@ -168,7 +168,7 @@ // element doesn't get added for the same data RHashMap elementHash; CleanupClosePushL( elementHash ); - TLinearOrder rule(CPcsPoolElement::CompareByData); + TLinearOrder rule(CPcsPoolElement::CompareByDataL); // Parse thru each data element const TInt dataElementCount = aData.DataElementCount(); @@ -259,7 +259,7 @@ iCacheInfo.InsertL(aData.Id(), poolMap); // Include this element in master pool - TLinearOrder rule(CPcsAlgorithm2Utils::CompareDataBySortOrder); + TLinearOrder rule(CPcsAlgorithm2Utils::CompareDataBySortOrderL); iMasterPool.InsertInOrderAllowRepeatsL(&aData, rule); }