diff -r 6b5524b4f673 -r 38bb213f60ba predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp --- a/predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp Wed Sep 15 11:56:55 2010 +0300 +++ b/predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp Wed Oct 13 14:15:33 2010 +0300 @@ -74,10 +74,10 @@ } // ---------------------------------------------------------------------------- -// CPcsPoolElement::CompareByDataL -// +// CPcsPoolElement::CompareByData +// Calls CPsData::CompareByData to compare CPsData objects // ---------------------------------------------------------------------------- -TInt CPcsPoolElement::CompareByDataL ( const CPcsPoolElement& aObject1, const CPcsPoolElement& aObject2 ) +TInt CPcsPoolElement::CompareByData ( const CPcsPoolElement& aObject1, const CPcsPoolElement& aObject2 ) { CPsData *data1 = const_cast (aObject1).GetPsData(); CPsData *data2 = const_cast (aObject2).GetPsData();