predictivesearch/PcsAlgorithm/Algorithm2/src/CPcsCache.cpp
branchRCL_3
changeset 68 9da50d567e3c
parent 63 f4a778e096c2
child 85 38bb213f60ba
--- 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 <MVPbkContactLink.h>
-#include <VPbkEng.rsg>
+#include <vpbkeng.rsg>
 
 #include "FindUtilChineseECE.h"
 #include "CPsData.h"
@@ -168,7 +168,7 @@
     // element doesn't get added for the same data
     RHashMap<TInt, TInt> elementHash;
     CleanupClosePushL( elementHash );
-    TLinearOrder<CPcsPoolElement> rule(CPcsPoolElement::CompareByData);
+    TLinearOrder<CPcsPoolElement> 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<CPsData> rule(CPcsAlgorithm2Utils::CompareDataBySortOrder);
+    TLinearOrder<CPsData> rule(CPcsAlgorithm2Utils::CompareDataBySortOrderL);
     iMasterPool.InsertInOrderAllowRepeatsL(&aData, rule);
     }