vpnui/vpnmanagementui/inc/vpnmanagementui.hrh
branchRCL_3
changeset 41 e06095241a65
parent 0 33413c0669b9
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
       
     1 /*
       
     2 * Copyright (c) 2003-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 "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 project vpnmanagementui
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef VPNMANAGEMENTUI_HRH
       
    21 #define VPNMANAGEMENTUI_HRH
       
    22 
       
    23 enum TVpnUiCommandIds
       
    24     {
       
    25     EVpnUiCmdInstallPolicies = 1,
       
    26     EVpnUiCmdPolicyDetails,
       
    27     EVpnUiCmdDeletePolicy,
       
    28     EVpnUiCmdUpdatePolicy,
       
    29     EVpnUiCmdEditServer,
       
    30     EVpnUiCmdAddServer,
       
    31     EVpnUiCmdSynchronise,
       
    32     EVpnUiCmdDeleteServer,
       
    33     EVpnUiCmdLogDetails,
       
    34     EVpnUiCmdClearLog,
       
    35     EVpnUiCmdRefreshLog,
       
    36     EVpnUiCmdChangePassword,
       
    37     EVpnUiCmdChange,
       
    38     EVpnUiCmdOpen 
       
    39     };
       
    40 
       
    41 enum TVpnUiSettingItems
       
    42     {
       
    43 	EVpnUiSettingServerName,
       
    44 	EVpnUiSettingServerAddress,
       
    45     EVpnUiSettingIap
       
    46     };
       
    47 
       
    48 
       
    49 enum TVpnUiCtrlIds
       
    50     {
       
    51     EVpnUiWaitNote = 1
       
    52     };
       
    53 
       
    54 #endif      // VPNUI_HRH