presencecache/inc/presencecacheids.hrh
changeset 40 b46a585f6909
child 66 554fe4dbbb59
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     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:  Presence Cache API interface IDs.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRESENCECACHEIDS_HRH
       
    19 #define PRESENCECACHEIDS_HRH
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 
       
    27 
       
    28 
       
    29 // Interface UID for Presencefeatures interface
       
    30 // #define XIMP_ECOM_IF_UID_PRESENCE_INTERFACE             0x2000B185
       
    31 
       
    32 // Interface UID for PresenceCacheReader interface
       
    33 // #define XIMP_ECOM_IF_UID_PRESENCE_CACHE_READER         0x2000B4EC
       
    34 #define PRESENCECACHE_ECOM_IF_UID_READER         0xEF007001 // todo: official number
       
    35 
       
    36 // Interface UID for PresenceCacheWriter interface
       
    37 // #define XIMP_ECOM_IF_UID_PRESENCE_CACHE_WRITER         0x2000B4ED
       
    38 #define PRESENCECACHE_ECOM_IF_UID_WRITER         0xEF007002 // todo: official number
       
    39 
       
    40 // Default implementation resulution data
       
    41 // for XIMP presencefeature interterface Base ECom interface
       
    42 #define PRESENCECACHE_ECOM_DEFAULT_DATA_PRESENCE_INTERFACE         "default"
       
    43 
       
    44 
       
    45 
       
    46 #endif // PRESENCECACHEIDS_HRH
       
    47