eventsui/eventshandlerui/eventshandlerapp/inc/evtrequesttype.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 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:  Header file that holds all the Request type.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef EVTREQUESTTYPE_H
       
    20 #define EVTREQUESTTYPE_H
       
    21 
       
    22 // constants go here
       
    23 /**
       
    24  * @enum TEvtRequestType
       
    25  * Type of Request that will be communicated to the Ui App.
       
    26  *
       
    27  */
       
    28 enum TEvtRequestType
       
    29     {
       
    30     /**
       
    31      * The Request to Display Editor
       
    32      */
       
    33     ERequestEditor                                = 6000,
       
    34     
       
    35     /**
       
    36      * The Request to Display Notepad
       
    37      */
       
    38     ERequestNotepad
       
    39     };
       
    40 
       
    41 #endif // EVTREQUESTTYPE_H