predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsPoolElement.h
branchRCL_3
changeset 21 9da50d567e3c
parent 20 f4a778e096c2
equal deleted inserted replaced
20:f4a778e096c2 21:9da50d567e3c
    63 		
    63 		
    64 		/**
    64 		/**
    65 		 * Compares the two Pool Elements and returms the comparison value.
    65 		 * Compares the two Pool Elements and returms the comparison value.
    66 		 * It takes care of language variance too.
    66 		 * It takes care of language variance too.
    67 		 */
    67 		 */
    68 		 static TInt CompareByData ( const CPcsPoolElement& aObject1, 
    68 		 static TInt CompareByDataL ( const CPcsPoolElement& aObject1, 
    69 					     const CPcsPoolElement& aObject2 );
    69 					     const CPcsPoolElement& aObject2 );
    70 
    70 
    71     private:
    71     private:
    72     
    72     
    73 		/*
    73 		/*