--- a/ipsservices/ipssosplugin/inc/ipsplgmsgkey.h Tue Feb 02 00:02:40 2010 +0200
+++ b/ipsservices/ipssosplugin/inc/ipsplgmsgkey.h Fri Apr 16 14:51:52 2010 +0300
@@ -37,7 +37,7 @@
* @lib ipssosplugin.lib
* @since
*/
-class TIpsPlgMsgKey : public TKey
+NONSHARABLE_CLASS( TIpsPlgMsgKey ) : public TKey
{
public:
@@ -83,7 +83,7 @@
/**
* Compares the subject strings omitting the reply & forward prefixes
*/
- TInt CompareSubjectsL( const TDesC& aLeft, const TDesC& aRight ) const; // <cmail> change to leaving function
+ TInt CompareSubjects( const TDesC& aLeft, const TDesC& aRight ) const;
private:
// Folder objects the messages of which are sorted. Not owned.