predictivesearch/PcsAlgorithm/Algorithm1/inc/CPcsPoolElement.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    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 CompareByDataL ( const CPcsPoolElement& aObject1, 
    68 		 static TInt CompareByData ( const CPcsPoolElement& aObject1, 
    69 					     const CPcsPoolElement& aObject2 );
    69 					     const CPcsPoolElement& aObject2 );
    70 
    70 
    71     private:
    71     private:
    72     
    72     
    73 		/*
    73 		/*