mediasettings/feedsettingsviews/inc/feedsettingsview.rh
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2007 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 the License "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 headers for Video Center / Settings view*
       
    15 */
       
    16 
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VCXNSSETTINGSVIEW_RH
       
    21 #define VCXNSSETTINGSVIEW_RH
       
    22 
       
    23 // -----------------------------------------------------------------------------
       
    24 // VIEW_LIST
       
    25 // ?description
       
    26 // -----------------------------------------------------------------------------
       
    27 //
       
    28 STRUCT VIEW_LIST
       
    29     {
       
    30     WORD command;
       
    31     STRUCT items[];
       
    32     }
       
    33 
       
    34 // -----------------------------------------------------------------------------
       
    35 // VIEW_LINK
       
    36 // ?description
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 STRUCT VIEW_LINK
       
    40     {
       
    41     LTEXT txt;
       
    42     LLINK link = 0;
       
    43     }
       
    44 #endif // VCXNSSETTINGSVIEW_RH