ipsservices/ipssosplugin/inc/ipsplgmsgkey.h
changeset 18 578830873419
parent 0 8466d47a6819
child 23 2dc6caa42ec3
equal deleted inserted replaced
4:e7aa27f58ae1 18:578830873419
    35  *  @endcode
    35  *  @endcode
    36  *
    36  *
    37  *  @lib ipssosplugin.lib
    37  *  @lib ipssosplugin.lib
    38  *  @since 
    38  *  @since 
    39  */
    39  */
    40 class TIpsPlgMsgKey : public TKey
    40 NONSHARABLE_CLASS( TIpsPlgMsgKey ) : public TKey
    41     {
    41     {
    42 
    42 
    43 public:
    43 public:
    44 
    44 
    45     /**
    45     /**
    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