emailservices/emailstore/inc/emailstorepskeys.h
branchRCL_3
changeset 8 e1b6206813b4
parent 0 8466d47a6819
equal deleted inserted replaced
4:e7aa27f58ae1 8:e1b6206813b4
    15 *
    15 *
    16 */
    16 */
    17 #ifndef _EMAILSTOREPSKEYS_H_
    17 #ifndef _EMAILSTOREPSKEYS_H_
    18 #define _EMAILSTOREPSKEYS_H_
    18 #define _EMAILSTOREPSKEYS_H_
    19 
    19 
    20 #include "EmailStoreUids.hrh"
    20 #include "emailstoreuids.hrh"
    21 
    21 
    22 /**
    22 /**
    23   * EmailStore Upgrade P/S Category UID
    23   * EmailStore Upgrade P/S Category UID
    24   */
    24   */
    25 static const TUid KEmailStoreUpgradePSCategory = { KUidEmailStorePreInstallExe };
    25 static const TUid KEmailStoreUpgradePSCategory = { KUidEmailStorePreInstallExe };
    28 /**
    28 /**
    29   * EmailStore P/S Upgrade Key
    29   * EmailStore P/S Upgrade Key
    30   */
    30   */
    31 const TInt KProperty_EmailStore_Upgrade = 115;
    31 const TInt KProperty_EmailStore_Upgrade = 115;
    32   
    32   
       
    33 
       
    34 // Copied from emailshutter.h 
       
    35 // Value to be set in shutdown P&S key.
       
    36 const TInt KEmailShutterPsValue = 1;
       
    37 
    33 #endif //_EMAILSTOREPSKEYS_H_
    38 #endif //_EMAILSTOREPSKEYS_H_