profilesservices/ProfileEngine/EngInc/ProfileEnginePrivateCRKeys.h
branchRCL_3
changeset 11 23553eb4e470
parent 10 c8b9b0986973
child 24 8ee96d21d9bf
equal deleted inserted replaced
10:c8b9b0986973 11:23553eb4e470
    53  * ID for the profile deactivation. Integer.
    53  * ID for the profile deactivation. Integer.
    54  * Default value: -1
    54  * Default value: -1
    55  */
    55  */
    56 const TUint32 KProEngSchedulerTaskId       = 0x80000005;
    56 const TUint32 KProEngSchedulerTaskId       = 0x80000005;
    57 
    57 
    58 /**
    58 
    59  * If the current active profile is timed, this contains the Name of the previous
       
    60  * active profile. String.
       
    61  * Default value: Null
       
    62  */
       
    63 const TUint32 KProEngPreviousActiveName    = 0x80000006;
       
    64 
    59 
    65 //
    60 //
    66 // The rest of the constants are used with profile-specific settings. The
    61 // The rest of the constants are used with profile-specific settings. The
    67 // actual key for a setting of a profile must be constructed as follows:
    62 // actual key for a setting of a profile must be constructed as follows:
    68 //
    63 //