emailservices/emailserver/cmailhandlerplugin/inc/cmailwidgetcenrepkeysinternal.h
changeset 2 5253a20d2a1e
parent 0 8466d47a6819
child 12 f5907b1a1053
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
    24 
    24 
    25 // Key to a bit mask value containing various configuration items
    25 // Key to a bit mask value containing various configuration items
    26 // (see also constants below)
    26 // (see also constants below)
    27 const TUint32 KCmailCPConfiguration = 0x10000001;
    27 const TUint32 KCmailCPConfiguration = 0x10000001;
    28 
    28 
       
    29 // Key to store content ids of added email widgets
       
    30 const TUint32 KCMailContentIdList = 0x10000002;
       
    31 
    29 // 1st bit: whether email content publisher listens to commands/events sent by Homescreen framework
    32 // 1st bit: whether email content publisher listens to commands/events sent by Homescreen framework
    30 //     value == 0: default behaviour, events are handled as normal
    33 //     value == 0: default behaviour, events are handled as normal
    31 //     value != 0: publisher ignores HS events
    34 //     value != 0: publisher ignores HS events
    32 const TUint32 KCMailIgnoreHsEvents = 1;
    35 const TUint32 KCMailIgnoreHsEvents = 1;
    33 
    36