phonebookui/Phonebook2/inc/pbk2mapcommands.hrh
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 
       
     3 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     4 
       
     5 * All rights reserved.
       
     6 
       
     7 * This component and the accompanying materials are made available
       
     8 
       
     9 * under the terms of "Eclipse Public License v1.0"
       
    10 
       
    11 * which accompanies this distribution, and is available
       
    12 
       
    13 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    14 
       
    15 *
       
    16 
       
    17 * Initial Contributors:
       
    18 
       
    19 * Nokia Corporation - initial contribution.
       
    20 
       
    21 *
       
    22 
       
    23 * Contributors:
       
    24 
       
    25 *
       
    26 
       
    27 * Description:  Map extension commands.
       
    28 
       
    29 *
       
    30 
       
    31 */
       
    32 
       
    33 
       
    34 
       
    35 #ifndef PBK2MAPCOMMANDS_HRH
       
    36 
       
    37 #define PBK2MAPCOMMANDS_HRH
       
    38 
       
    39 
       
    40 
       
    41 #include <Pbk2Commands.hrh>
       
    42 
       
    43 
       
    44 
       
    45 // --------------------------------------------------------------------------
       
    46 
       
    47 // Dynamic command codes
       
    48 
       
    49 // --------------------------------------------------------------------------
       
    50 
       
    51 //
       
    52 
       
    53 enum TPbk2MapCommands
       
    54 
       
    55     {
       
    56 
       
    57     /// Contact info view extension commands
       
    58 
       
    59     EPbk2ExtensionAssignFromMap = EMapExtensionFirstCommand,
       
    60 
       
    61     EPbk2ExtensionShowOnMap,
       
    62 
       
    63     EPbk2ExtensionAssignFromMapSelect
       
    64 
       
    65     };
       
    66 
       
    67 
       
    68 
       
    69 #endif // PBK2MAPCOMMANDS_HRH
       
    70 
       
    71 
       
    72 
       
    73 // End of File
       
    74