imservices/instantmessagingcache/inc/imcacheuids.h
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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:  collection of all uids
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef     __IMCACHEUIDS_H
       
    20 #define     __IMCACHEUIDS_H
       
    21 
       
    22 //Uid2:s
       
    23 #define KStaticInterfaceDllUid2         0x1000008d // CSI: 8 # 
       
    24 
       
    25 
       
    26 // imcacheclient Uid3
       
    27 #define KIMCacheClientUid3           	 0x20012429 // CSI: 8 # 
       
    28 // imcacheserver uid3										
       
    29 #define KIMCacheServerUid3               0x2001242A  // CSI: 8 # 
       
    30 									   
       
    31 
       
    32 #endif // __IMCACHEUIDS_H
       
    33 
       
    34 
       
    35 //  END OF FILE
       
    36 
       
    37