ipsservices/ipssosplugin/inc/ipsplgmsgkey.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 20 efd4f1afd43e
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    19 #ifndef IPSPLGMSGKEY_H
    19 #ifndef IPSPLGMSGKEY_H
    20 #define IPSPLGMSGKEY_H
    20 #define IPSPLGMSGKEY_H
    21 
    21 
    22 #include <e32base.h>          // TKey
    22 #include <e32base.h>          // TKey
    23 //<cmail>
    23 //<cmail>
    24 #include "cfsmailcommon.h"    // tfsmailsortcriteria
    24 #include "CFSMailCommon.h"    // tfsmailsortcriteria
    25 //</cmail>
    25 //</cmail>
    26 
    26 
    27 class CMsvEntry;
    27 class CMsvEntry;
    28 
    28 
    29 const TInt KMaxSubjectPrefixSeparatorLength = 8;
    29 const TInt KMaxSubjectPrefixSeparatorLength = 8;
    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     /**