svgtviewer/SvgtViewerPlugin/AppInc/SVGTViewerApp.hrh
branchRCL_3
changeset 17 e52958d06c29
parent 14 1882882c7f9c
child 18 20b99a6d6175
child 20 5fd161fa28b6
equal deleted inserted replaced
14:1882882c7f9c 17:e52958d06c29
     1 /*
       
     2 * Copyright (c) 2004,2005 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:  Resource Header for SVGT Viewer.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SVGTVIEWERAPP_HRH
       
    19 #define SVGTVIEWERAPP_HRH
       
    20 
       
    21 // DATA TYPES
       
    22 enum TSVGTViewerAppIds // SVGTViewerApp enumerate command codes
       
    23     {
       
    24     ESVGTViewerAppCommand1 = 1  // start value must not be 0
       
    25     };
       
    26 
       
    27 
       
    28 #endif // SVGTVIEWERAPP_HRH