idlefw/plugins/shortcutplugin/inc/aiscutapptitle.rh
branchRCL_3
changeset 8 d0529222e3f0
parent 4 1a2a00e78665
child 11 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 8:d0529222e3f0
     1 /*
       
     2 * Copyright (c) 2005-2006 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:  Shortcut plug-in app title structs.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef AISCUTAPPTITLE_RH
       
    20 #define AISCUTAPPTITLE_RH
       
    21 
       
    22 STRUCT AI_APP_TITLE_ITEM
       
    23 {
       
    24     LONG    appuid;
       
    25     LONG    viewid = -1;
       
    26     LTEXT   longtitle  = "";
       
    27     LTEXT   shorttitle = "";
       
    28     LTEXT   skeytitle  = "";
       
    29     LTEXT   msktitle   = "";
       
    30 }
       
    31 
       
    32 STRUCT AI_APP_TITLE_LIST
       
    33 {
       
    34     STRUCT items[]; // AI_APP_TITLE_ITEM items.
       
    35 }
       
    36 
       
    37 #endif // AISCUTAPPTITLE_RH
       
    38 
       
    39 // End of File.