networkingutils/nameresolverutility/inc/nslookup.hrh
branchRCL_3
changeset 20 493058e57c8c
parent 0 9736f095102e
equal deleted inserted replaced
19:4ca382093dae 20:493058e57c8c
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // nslookup.hrh - nslookup client UI constants
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @internalComponent
       
    21 */
       
    22 enum TNslookupMenuCommands
       
    23 	{
       
    24 	ENslookupStart=100,
       
    25 	ENslookupStop=101,
       
    26 	ENslookupLabel=102,
       
    27 	ENslookupHostName=103,
       
    28 	ENslookupAbout=104,
       
    29 	ENslookupReset=105,
       
    30 
       
    31 	ENslookupCmdFileName=106,
       
    32 	ENslookupQueryType=107,
       
    33 	ENslookupShowSource=108,
       
    34 
       
    35 	// Controls
       
    36 	ENslookupAboutText=215
       
    37 	};