ipsservices/ipssosplugin/inc/ipsplgmsgkey.h
changeset 59 16ed8d08d0b1
parent 23 2dc6caa42ec3
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
    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 CompareSubjectsL( const TDesC& aLeft, const TDesC& aRight ) const; // <cmail> change to leaving function
    86     TInt CompareSubjects( const TDesC& aLeft, const TDesC& aRight ) const;
    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