vpnui/vpnmanagementui/inc/vpnmanagementuiviewid.h
branchRCL_3
changeset 41 e06095241a65
parent 0 33413c0669b9
equal deleted inserted replaced
40:473321461bba 41:e06095241a65
       
     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:   Contains the view ID's for VPN management UI's views.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef     __VPNMANAGEMENTUIVIEWID_H__
       
    21 #define     __VPNMANAGEMENTUIVIEWID_H__
       
    22 
       
    23 // CONSTANTS
       
    24 //
       
    25 // View ID's
       
    26 const TUid KVpnManagementPluginUid = { 0x101F6D31 };
       
    27 const TUid KVpnManagementUiPolicyViewId = {28};
       
    28 const TUid KVpnManagementUiServerViewId = {29};
       
    29 const TUid KVpnManagementUiLogViewId = {30};
       
    30 const TUid KVpnManagementUiParametersViewId = {31};
       
    31 
       
    32 #endif // __VPNMANAGEMENTUIVIEWID_H
       
    33