diff -r 81f8547efd4f -r e8e3147d53eb predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsPoolElement.h --- a/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsPoolElement.h Fri Mar 12 15:41:25 2010 +0200 +++ b/predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsPoolElement.h Mon Mar 15 12:39:26 2010 +0200 @@ -44,7 +44,7 @@ /** * Clears the data match element attribute */ - void ClearDataMatchAttribute(); + void ClearDataMatchAttribute(); /** * Checks if data matched @@ -60,9 +60,10 @@ * Return the CPsData object of this pool element */ CPsData* GetPsData(); + /** - * Compares the two Pool Elements and returms the comparison value. - * It takes care of language variance too. + * Compares the two Pool Elements and returms the comparison value. + * It takes care of language variance too. */ static TInt CompareByData ( const CPcsPoolElement& aObject1, const CPcsPoolElement& aObject2 ); @@ -85,7 +86,7 @@ * Pointer to contact data * Not owned. */ - CPsData* psData; + CPsData* iPsData; /* * This attribute indicates due to which @@ -100,7 +101,7 @@ * Bit 6 = Not used * Bit 7 = Not used */ - TInt8 iDataMatchAttribute; + TUint8 iDataMatchAttribute; }; #endif // __CPCS_POOL_ELEMENT_H__