customization/UISettingsSrv/server/Inc/UISettingsSrv.hrh
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2003 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: Implementation of customization components
       
    15 *
       
    16 *  The file contains values for UISettingsSrv software settings. 
       
    17 *
       
    18 *
       
    19 */
       
    20 
       
    21 
       
    22 #ifndef UISettingsSrv_HRH
       
    23 #define UISettingsSrv_HRH
       
    24 
       
    25 enum TUISettingsSrvCommandIds
       
    26     {
       
    27     EUISSCmdTest = 1,
       
    28     EUISSCmdTest2,
       
    29     EUISSCmdStartSrv,
       
    30     EUISSCmdTestEnd
       
    31     };
       
    32 
       
    33 
       
    34 //sf-enum TStarterDlgLineId // dialog line ids
       
    35 //sf-    {
       
    36 //sf-    EStarterDlg1Label = 1,
       
    37 //sf-    EStarterDlg2Label
       
    38 //sf-    };
       
    39 
       
    40 
       
    41 #endif // UISettingsSrv_HRH
       
    42 
       
    43 
       
    44 // End of File