predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsPoolElement.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- a/predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsPoolElement.h	Wed Sep 15 11:56:55 2010 +0300
+++ b/predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsPoolElement.h	Wed Oct 13 14:15:33 2010 +0300
@@ -64,7 +64,7 @@
      * Compares the two Pool Elements and returms the comparison value.
      * It takes care of language variance too.
      */
-    static TInt CompareByDataL(const CPcsPoolElement& aObject1,
+    static TInt CompareByData(const CPcsPoolElement& aObject1,
                               const CPcsPoolElement& aObject2);
 
 private:
@@ -100,7 +100,7 @@
      * Bit 6 = Not used
      * Bit 7 = Not used
      */
-    TUint8 iDataMatchAttribute;
+    TInt8 iDataMatchAttribute;
     };
 
 #endif // __CPCS_POOL_ELEMENT_ALGORITHM_2_H__