diff -r 4699373c9af8 -r 4eb398b07b07 omadm/omadmappui/inc/NSmlDMSyncPrivateCRKeys.h --- a/omadm/omadmappui/inc/NSmlDMSyncPrivateCRKeys.h Mon Mar 15 12:39:36 2010 +0200 +++ b/omadm/omadmappui/inc/NSmlDMSyncPrivateCRKeys.h Wed Mar 31 21:15:36 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -77,6 +77,13 @@ // or not.Default value is 0 which makes it off const TUint32 KNsmlDmRuntimeVerSupport = 0x00000008; +// CenRep key that limits how often users may initiate a FOTA check. +// The value is specified in hours and should be bigger than 0. +// The default value is 24 hours. This key only has an effect when +// FF_FOTA_CHECK_LIMITATION is configured ON in the product's +// configuration. +const TUint32 KNsmlDmFotaCheckLimitation = 0x00000009; + #endif // NSMLDMSYNCAPP_PRIVATE_CR_KEYS_H // End of File