eventsui/eventsengine/inc/evtstoragedomaincrkeys.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Central Repository keys for Events Storage API.
       
    15 *                This key defines and updates the type of Change to Storage 
       
    16 *                database.
       
    17 *                
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef EVTSTORAGEPLUGINDOMAINCRKEYS_H
       
    23 #define EVTSTORAGEPLUGINDOMAINCRKEYS_H
       
    24 
       
    25 /**
       
    26  * UID value for the Central Repository Key used for Events Storage API.
       
    27  */
       
    28 const TInt KCRUidEvtStorageDb = 0x2001E66D;
       
    29 
       
    30 /**
       
    31  * Central repository Key identifer value for Events Storage database change.
       
    32  */
       
    33 const TInt KEvtDbChangeType = 0x00000001;
       
    34 
       
    35 /**
       
    36  * Central repository Key identifer value for Disclaimer Setting.
       
    37  */
       
    38 const TInt KEvtDisclaimerSetting = 0x00000002;
       
    39 
       
    40 /**
       
    41  * Central repository Key identifer value for Snooze Interval.
       
    42  */
       
    43 const TInt KEvtSnoozeInterval = 0x00000003;
       
    44 
       
    45 /**
       
    46  * Central repository Key identifer value for Snooze Period.
       
    47  */
       
    48 const TInt KEvtSnoozePeriod = 0x00000004;
       
    49 
       
    50 #endif      // EVTSTORAGEPLUGINDOMAINCRKEYS_H