accesspointcontrol/apcontrollistplugin/inc/apcontrollistplugin.hrh
branchGCC_SURGE
changeset 49 faa5ef4f80da
parent 39 f10336de0cd6
parent 47 cb7afde124a3
equal deleted inserted replaced
39:f10336de0cd6 49:faa5ef4f80da
     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: 
       
    15 *     This file contains declarations for resources of APControl List Plugin.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef APCONTROLLISTUI_HRH
       
    22 #define APCONTROLLISTUI_HRH
       
    23 
       
    24 //Menu commands.
       
    25 enum TAPControlListMenuCommands
       
    26     {
       
    27     EAPControlListCmdActivate = 7777,
       
    28     EAPControlListCmdDeactivate,
       
    29     EAPControlListCmdAdd,
       
    30     EAPControlListCmdRemove,
       
    31     EAPControlListCmdExit
       
    32     };
       
    33     
       
    34 enum { KMaxApnNameWitoutLabelLength = 99 }; //MaxApnName - 1
       
    35     
       
    36 #endif      //  APCONTROLLISTUI_HRH
       
    37 
       
    38 // End of File