ipsservices/ipssosplugin/inc/ipsplgmsgkey.h
branchRCL_3
changeset 20 efd4f1afd43e
parent 8 e1b6206813b4
child 24 d189ee25cf9d
equal deleted inserted replaced
18:6b8f3b30d0ec 20:efd4f1afd43e
    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