cmmanager/cmmgr/Framework/Inc/cmpluginmenucommands.hrh
branchRCL_3
changeset 58 83ca720e2b9a
parent 0 5a93021fdf25
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
       
     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:  Menu command ids for connection method plugins
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CMPLUGINMENUCOMMANDS_HRH
       
    19 #define CMPLUGINMENUCOMMANDS_HRH
       
    20 
       
    21 enum TCmPluginMenuCommands  /// Commands.
       
    22     {
       
    23     EPluginBaseCmdChange = 202,
       
    24     EPluginBaseCmdAdvanced,
       
    25     EPluginBaseCmdExit
       
    26     };
       
    27 
       
    28 #endif // CMPLUGINMENUCOMMANDS_HRH