sysstatemgmt/inc/ssmlocalepskeys.h
changeset 52 d6b9e89d80a3
parent 50 48a00b70dc49
child 59 0f7422b6b602
equal deleted inserted replaced
50:48a00b70dc49 52:d6b9e89d80a3
     1 /*
       
     2 * Copyright (c) 2010 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: PSKey definition.
       
    15 *
       
    16 */
       
    17 #ifndef __SSMLOCALEPSKEYS_H__
       
    18 #define __SSMLOCALEPSKEYS_H__
       
    19 #include <e32base.h>
       
    20 
       
    21 /** Publish and Subscribe key used for observing Collation code changes. */
       
    22 static const TInt KSSMCollationPSKey = 501;
       
    23 
       
    24 /** Publish and Subscribe key used for observing Region code changes. */
       
    25 static const TInt KSSMRegionPSKey = 502;
       
    26 
       
    27 /** Publish and Subscribe key used for observing UI Language code changes. */
       
    28 static const TInt KSSMUILanguagePSKey = 503;
       
    29 
       
    30 #endif // __SSMLOCALEPSKEYS_H__