diff -r b183ec05bd8c -r 19bba8228ff0 terminalsecurity/SCP/inc/SCPLockCode.h --- a/terminalsecurity/SCP/inc/SCPLockCode.h Tue Aug 31 16:04:06 2010 +0300 +++ b/terminalsecurity/SCP/inc/SCPLockCode.h Wed Sep 01 12:27:42 2010 +0100 @@ -36,7 +36,13 @@ * Default value: 12345 */ const TUint32 KSCPLockCodeDefaultLockCode = 0x00000001; - +/** + * + * The value assigned to this key is used to get and set ifits startup + * Possible values: 0 or 1 + * Default value: 0 +*/ +const TUint32 KSCPStartupQuery = 0x00000002; #endif// End of File