messagingappbase/mce/inc/MceIds.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 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:  
       
    15 *     Constants for Mce
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #ifndef _MCEIDS_H
       
    23 #define _MCEIDS_H
       
    24 
       
    25 #include <msvstd.h> // TMsvId
       
    26 #include "MceIds.hrh"
       
    27 
       
    28 
       
    29 const TMsvId KMceDocumentsEntryId = KMceDocumentsEntryIdValue;
       
    30 const TMsvId KMceTemplatesEntryId = KMceTemplatesEntryIdValue;
       
    31 
       
    32 const TMsvId KMceWriteMessageId = KMceWriteMessageListIdValue;
       
    33 const TMsvId KMceDeliveryReportsId = KMceDeliveryReportsListIdValue;
       
    34 const TMsvId KMceNoMailboxesListId = KMceNoMailboxesListIdValue;
       
    35 const TMsvId KMceFirstExtraItemId = KMceNoMailboxesListIdValue+1;
       
    36 
       
    37 const TInt KMceHideInBackground = KMceHideInBackgroundValue;
       
    38 
       
    39 const TUid KMceMainViewListViewId   = {KMceMainViewListViewIdValue};
       
    40 const TUid KMceMessageListViewId    = {KMceMessageListViewIdValue};
       
    41 const TUid KMceDeliveryReportViewId = {KMceDeliveryReportViewIdValue};
       
    42 
       
    43 const TUid KMceApplicationUid       = {KMceApplicationUidValue};
       
    44 
       
    45 const TUid KMceMtmMailForExchangeUid = { KMceMtmMailForExchangeValue };
       
    46 
       
    47 
       
    48 #endif // _MCEIDS_H
       
    49 
       
    50 // End of File