diff -r f4a778e096c2 -r 9da50d567e3c predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp --- a/predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp Wed Sep 01 12:29:52 2010 +0100 +++ b/predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp Tue Sep 14 20:54:53 2010 +0300 @@ -74,10 +74,10 @@ } // ---------------------------------------------------------------------------- -// CPcsPoolElement::CompareByData -// Calls CPsData::CompareByData to compare CPsData objects +// CPcsPoolElement::CompareByDataL +// // ---------------------------------------------------------------------------- -TInt CPcsPoolElement::CompareByData ( const CPcsPoolElement& aObject1, const CPcsPoolElement& aObject2 ) +TInt CPcsPoolElement::CompareByDataL ( const CPcsPoolElement& aObject1, const CPcsPoolElement& aObject2 ) { CPsData *data1 = const_cast (aObject1).GetPsData(); CPsData *data2 = const_cast (aObject2).GetPsData();