locationsystemui/locationsysui/locsuplsettingsui/inc/locsuplsettings.hrh
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     1 /*
       
     2 * Copyright (c) 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:  Contains declarations for constants of SUPL Settings UI.
       
    15 *                This file can be included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef LOCSUPLSETTINGSUI_HRH
       
    20 #define LOCSUPLSETTINGSUI_HRH
       
    21 
       
    22 // Enumeration for command Ids
       
    23 
       
    24 enum TLocSuplCommandIds
       
    25     {
       
    26 	ELocSuplChange = 0x05000,
       
    27 	ELocSuplClearSession, 
       
    28 	ELocSuplClearSessions, 
       
    29 	ELocSuplOpen,
       
    30 	ELocSuplMSKChange,
       
    31 	ELocSuplMSKOpen,
       
    32 	ELocSuplMSKNo,
       
    33     ELocSuplOpenChange,
       
    34 
       
    35 	//SuplServer Command Ids
       
    36 	ELocSuplServerOpen,
       
    37 	ELocSuplServerEnable,
       
    38 	ELocSuplServerDisable,
       
    39 	ELocSuplServerNew,
       
    40 	ELocSuplServerDelete,
       
    41 	ELocSuplServerPrioritize,
       
    42 	ELocSuplServerMSKOpen, 
       
    43 	ELocSuplServerMSKEnable,
       
    44 	ELocSuplServerMSKDisable,
       
    45 	ELocSuplServerMSKNoCmd,
       
    46 
       
    47 	//Supl Server Editor CommandIds
       
    48 	ELocServerEditorEdit,	
       
    49 	ELocServerEditorDelete,	
       
    50 	ELocServerEditorDisable,	
       
    51 	ELocServerEditorEnable,			
       
    52 	ELocServerEditorDefine,
       
    53 	ELocServerEditorChange,
       
    54 	ELocServerEditorRemove,	
       
    55 	ELocServerEditorMSKDefine,
       
    56 	ELocServerEditorMSKChange,
       
    57 	ELocServerEditorNoCmd,
       
    58 	
       
    59 	//Supl Session Command Ids
       
    60 	ELocSuplSessionOpen,
       
    61 	ELocSuplSessionTerminate,
       
    62 	ELocSuplSessionsTerminate,
       
    63 	ELocSuplSessionMSKTerminate,
       
    64 	ELocSuplSessionsMSKTerminate,
       
    65 	ELocSuplSessionMSKNoCmd,
       
    66 
       
    67 	//Supl Session Editor CommandIds
       
    68 	ELocSessionEditorChange,
       
    69 	ELocSessionEditorTerminate,
       
    70 	ELocSessionEditorNoCmd
       
    71     };
       
    72     
       
    73 /**
       
    74  * Enumeration for Editor controls
       
    75  */
       
    76 enum TLocSuplServerEditorFormControls
       
    77     {
       
    78     ELocSuplServerIdServerAddr = 0x6000,
       
    79     ELocSuplServerIdAccessPoint,
       
    80     ELocSuplServerIdUsageInHomeNw    
       
    81     };
       
    82     
       
    83 /**
       
    84  * Enumeration for Session Editor controls
       
    85  */
       
    86 enum TLocSuplSessionEditorFormControls
       
    87     {
       
    88     ELocSuplSessionNotificationStatus = 0x7000,
       
    89     ELocSuplSessionType,
       
    90     ELocSuplSessionOutstandingTrigger,
       
    91     ELocSuplSessionTimePeriod,
       
    92     ELocSuplSessionTriggerInterval
       
    93     };
       
    94 
       
    95 #endif      // LOCSUPLSETTINGSUI_HRH
       
    96 
       
    97 // End of File