predictivesearch/PcsAlgorithm/Algorithm1/src/CPcsPoolElement.cpp
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
--- 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<CPcsPoolElement&> (aObject1).GetPsData();
     CPsData *data2 = const_cast<CPcsPoolElement&> (aObject2).GetPsData();