conversations_plat/im_connection_api/inc/imconnectionproviderconsts.h
changeset 0 5e5d6b214f4f
equal deleted inserted replaced
-1:000000000000 0:5e5d6b214f4f
       
     1 /*
       
     2 * Copyright (c) 2008 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:  common contant declaration class
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef IMCONNECTIONPROVIDERCONSTS_H
       
    20 #define IMCONNECTIONPROVIDERCONSTS_H
       
    21 
       
    22 #include	<e32base.h>
       
    23 
       
    24 
       
    25 const TUid  KMeCoPropertyUid = { 0x0D334E82 };
       
    26 
       
    27 //used by imcvlauncher/conversationview
       
    28 const TUint KMeCoConvViewServiceIdKey    = 0x00000001;
       
    29 
       
    30 //used by vimpstengine
       
    31 const TUint	KMeCoSTServiceState		 	 = 0x00000002;
       
    32 
       
    33 //Used by details view
       
    34 const TUint KMeCoXSPDetailsServiceIdKey  = 0x00000003;
       
    35 
       
    36 		
       
    37 #endif // IMCONNECTIONPROVIDERCONSTS_H