diff -r 6b5524b4f673 -r 38bb213f60ba predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsPoolElement.h --- 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__