locationtriggering/lbtmgmtui/inc/lbtmgmtplugin.hrh
changeset 0 667063e416a2
child 4 42de37ce7ce4
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     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:  Contains declarations for constants of Location Triggering 
       
    15 *                Management UI. This file can be included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef _LBTMGMTPLUGIN_HRH_
       
    21 #define _LBTMGMTPLUGIN_HRH_
       
    22 
       
    23 /**
       
    24  * Enumeration of Command Ids for Location Triggering Management plug-in
       
    25  */
       
    26 enum TLbtMgmtCommandIds
       
    27     {
       
    28     ELbtMgmtChange = 0x6000,
       
    29     ELbtMgmtMSKChange,
       
    30     ELbtMgmtInfo,
       
    31     ELbtMgmtMSKInfo,
       
    32     ELbtMgmtClearAll,
       
    33     ECmdNone
       
    34     };
       
    35 
       
    36 #endif      // _LBTMGMTPLUGIN_HRH_
       
    37 
       
    38 // End of File