emailservices/emailframework/commonlib/inc/emailextensionuids.hrh
branchRCL_3
changeset 17 67369d1b217f
equal deleted inserted replaced
16:b5fbb9b25d57 17:67369d1b217f
       
     1 /*
       
     2 * Copyright (c) 2009 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 : Common email extension uid definitions
       
    15 * Version     : %version: 1 %
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef EMAILEXTENSIONUIDS_HRH
       
    21 #define EMAILEXTENSIONUIDS_HRH
       
    22 
       
    23 // interface UID value passed to CFSMailClient::ExtensionL
       
    24 const TUid KEmailMailboxStateExtensionUid        = { 0x2001E28B };
       
    25 const TUid KEmailSettingExtensionUid             = { 0x2001E289 };
       
    26 
       
    27 #endif // EMAILEXTENSIONUIDS_HRH