email/mail/PluginSrc/icalviewer/Data/ICalViewer.hrh
branchRCL_3
changeset 27 7fdbb852d323
parent 0 72b543305e3a
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
       
     1 /*
       
     2 * Copyright (c) 2004 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: enumerate command codes
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __VIEWERECOM_HRH__
       
    21 #define __VIEWERECOM_HRH__
       
    22 
       
    23 
       
    24 /** enumerate command codes */
       
    25 
       
    26 enum TViewerEcomMenuCommands
       
    27     {
       
    28     EResponse = 1,
       
    29     EShowCalendar,
       
    30     EAttendees,
       
    31     ERemoveFromCalendar,
       
    32 	EReplyToOrganizer
       
    33     };
       
    34     
       
    35 enum TViewerEcomResponseCommands
       
    36     {
       
    37     EAccept = 100,
       
    38     ETentative,
       
    39     EDecline
       
    40     };
       
    41 
       
    42 #endif      //  __AKNEXMNEU_HRH__