ipsservices/ipssosplugin/inc/ipsplgmsgkey.h
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 51 d845db10c0d4
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    81     
    81     
    82 private:
    82 private:
    83     /**
    83     /**
    84      * Compares the subject strings omitting the reply & forward prefixes
    84      * Compares the subject strings omitting the reply & forward prefixes
    85      */
    85      */
    86     TInt CompareSubjects( const TDesC& aLeft, const TDesC& aRight ) const;
    86     TInt CompareSubjectsL( const TDesC& aLeft, const TDesC& aRight ) const; // <cmail> change to leaving function
    87 
    87 
    88 private:
    88 private:
    89     // Folder objects the messages of which are sorted. Not owned.    
    89     // Folder objects the messages of which are sorted. Not owned.    
    90     CMsvEntry& iFolderEntry;
    90     CMsvEntry& iFolderEntry;
    91     
    91