predictivesearch/PcsAlgorithm/Algorithm2/inc/CPcsPoolElement.h
branchRCL_3
changeset 85 38bb213f60ba
parent 68 9da50d567e3c
equal deleted inserted replaced
74:6b5524b4f673 85:38bb213f60ba
    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 CompareByDataL(const CPcsPoolElement& aObject1,
    67     static TInt CompareByData(const CPcsPoolElement& aObject1,
    68                               const CPcsPoolElement& aObject2);
    68                               const CPcsPoolElement& aObject2);
    69 
    69 
    70 private:
    70 private:
    71 
    71 
    72     /*
    72     /*
    98      * Bit 4 = Not used
    98      * Bit 4 = Not used
    99      * Bit 5 = Not used
    99      * Bit 5 = Not used
   100      * Bit 6 = Not used
   100      * Bit 6 = Not used
   101      * Bit 7 = Not used
   101      * Bit 7 = Not used
   102      */
   102      */
   103     TUint8 iDataMatchAttribute;
   103     TInt8 iDataMatchAttribute;
   104     };
   104     };
   105 
   105 
   106 #endif // __CPCS_POOL_ELEMENT_ALGORITHM_2_H__
   106 #endif // __CPCS_POOL_ELEMENT_ALGORITHM_2_H__
   107 // End of file
   107 // End of file