sysstatemgmt/inc/ssmlocalepskeys.h
changeset 63 09d657f1ee00
parent 54 072a9626b290
child 65 8cf1a5cd9ade
child 69 dc67b94625c5
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
     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__