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