controlpanelplugins/themeplugin/src/cpthemesymbiancommon_p.h
changeset 19 36aa4756ee82
parent 11 10d0dd0e43f1
equal deleted inserted replaced
12:624337f114fe 19:36aa4756ee82
     1 /*
     1 /*
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3  * All rights reserved.
     4 * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0""
     6 * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description: 
    14  * Description:  
    15 *
    15  *   
    16 */
    16  */
    17 
       
    18 
    17 
    19 #ifndef HBTHEMESYMBIANCOMMON_P_H
    18 #ifndef HBTHEMESYMBIANCOMMON_P_H
    20 #define HBTHEMESYMBIANCOMMON_P_H
    19 #define HBTHEMESYMBIANCOMMON_P_H
    21 
    20 
    22 #include <e32base.h>
    21 #include <e32base.h>
    51  };
    50  };
    52 
    51 
    53 // server name
    52 // server name
    54 _LIT(KThemeServerName,"hbthemeserver");
    53 _LIT(KThemeServerName,"hbthemeserver");
    55 const TUid KServerUid3={0x20022E82};
    54 const TUid KServerUid3={0x20022E82};
       
    55 // Common unique ID for Pub/Sub
       
    56 const TInt KNewThemeForThemeChanger = 9;
    56 
    57 
    57 // A version must be specifyed when creating a session with the server
    58 // A version must be specifyed when creating a session with the server
    58 
    59 
    59 
    60 
    60 const TUint KThemeServerMajorVersionNumber=0;
    61 const TUint KThemeServerMajorVersionNumber=0;