profilesservices/ProfileEngine/EngInc/ProfileEnginePrivatePSKeys.h
branchRCL_3
changeset 8 f62c3a3d66b8
parent 4 3f8368f032cf
child 10 c8b9b0986973
equal deleted inserted replaced
4:3f8368f032cf 8:f62c3a3d66b8
     1 /*
       
     2 * Copyright (c) 2002 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:  Profiles engine internal Publish & Subscribe keys.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PROFILEENGINEPRIVATEPSKEYS_H
       
    21 #define PROFILEENGINEPRIVATEPSKEYS_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32std.h>
       
    25 #include "ProfileEngineInternalPSKeys.h"
       
    26 
       
    27 // CONSTANTS
       
    28 
       
    29 /**
       
    30  * A setting in the current active profile was modified. This is used
       
    31  * internally by Profiles Engine notification mechanism.
       
    32  * Default value: 0.
       
    33  */
       
    34 const TUint32 KProEngActiveProfileModified = 0x7D000001;
       
    35 
       
    36 /**
       
    37  * The current active profile has changed (or the active profile has been
       
    38  * reactivated). This is used internally by Profiles Engine notification
       
    39  * mechanism.
       
    40  * Default value: 0.
       
    41  */
       
    42 const TUint32 KProEngActiveProfileChanged = 0x7D000002;
       
    43 
       
    44 /**
       
    45  * Power save mode has changed.
       
    46  * This is used internally by Profiles Engine.
       
    47  * Default value: 0.
       
    48  */
       
    49 const TUint32 KProEngPsmChanged = 0x7D000003;
       
    50 
       
    51 #endif      // PROFILEENGINEPRIVATEPSKEYS_H
       
    52 
       
    53 // End of File