emailservices/emailserver/cmailhandlerplugin/inc/commonemailcrkeys.h
branchRCL_3
changeset 33 da5135c61bad
parent 31 72d484772ca6
equal deleted inserted replaced
32:a3a1ae9acec6 33:da5135c61bad
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Symbian Foundation License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    18 
    18 
    19 #ifndef _COMMONEMAILCRKEYS_H_
    19 #ifndef _COMMONEMAILCRKEYS_H_
    20 #define _COMMONEMAILCRKEYS_H_
    20 #define _COMMONEMAILCRKEYS_H_
    21 
    21 
    22 // central repository key for email data
    22 // central repository key for email data
    23 const TUid KCmailDataRepository	= { 0x20029F4A };
    23 const TUid KCmailDataRepository = { 0x20029F4A };
    24 
    24 
    25 // key for display text (mailbox name?) of email indicator popup
    25 // key for display text (mailbox name?) of email indicator popup
    26 const TUint32 KCmailNewEmailDisplayText =  0x00000001 ;
    26 const TUint32 KCmailNewEmailDisplayText =  0x00000001 ;
    27 
    27 
    28 #endif // _COMMONEMAILCRKEYS_H_
    28 #endif // _COMMONEMAILCRKEYS_H_