ximpfw/presence/srcpresencedatamodel/presenceapiobjbase.h
changeset 0 e6b17d312c8b
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Base class for XIMP API implementations.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef PRESENCEAPIOBJBASE_H
       
    19 #define PRESENCEAPIOBJBASE_H
       
    20 
       
    21 
       
    22 /**
       
    23  * Presence plugin class implementation UIDs.
       
    24  *
       
    25  * These do not have to be "real" Symbian UIDs, but such ID's,
       
    26  * that they do not overlap with XIMP or Presence Plugin API interface IDs.
       
    27  */
       
    28  
       
    29 // 90xx - ximp related
       
    30 // 91xx - presence related
       
    31 // 92xx - instant messaging related
       
    32 
       
    33 // Presence plugin events
       
    34 #define PRIMP_CLSID_CPRESENTITYEVENTIMP               9100
       
    35 #define PRIMP_CLSID_COWNPRESENCEEVENTIMP              9101
       
    36 #define PRIMP_CLSID_CPRESENCEGRANTREQUESTLISTEVENTIMP 9102
       
    37 #define PRIMP_CLSID_CPRESENTITYGROUPLISTEVENTIMP      9103
       
    38 #define PRIMP_CLSID_CPRESENTITYPRESENCEEVENTIMP       9104
       
    39 #define PRIMP_CLSID_CPRESENCEBLOCKLISTEVENTIMP        9105
       
    40 #define PRIMP_CLSID_CPRESENTITYGROUPCONTENTEVENTIMP   9106
       
    41 #define PRIMP_CLSID_CPRESENCEWATCHERLISTEVENTIMP      9107
       
    42 #define PRIMP_CLSID_CPRESENCEGRANTREQUESTINFOIMP      9108
       
    43 
       
    44 
       
    45 // Presence datamodel classes
       
    46 #define PRIMP_CLSID_CPRESENCEINFOIMP                  9110
       
    47 #define PRIMP_CLSID_CPRESENCEINFOFILTERIMP            9111
       
    48 #define PRIMP_CLSID_CPRESENCEBLOCKINFOIMP             9112
       
    49 #define PRIMP_CLSID_CPRESENTITYGROUPINFOIMP           9113
       
    50 #define PRIMP_CLSID_CPRESENTITYGROUPMEMBERINFOIMP     9114
       
    51 #define PRIMP_CLSID_CPRESENCEWATCHERINFOIMP           9115
       
    52 #define PRIMP_CLSID_CPRESENCEINFOFIELDIMP             9116
       
    53 #define PRIMP_CLSID_CPRESENCEINFOFIELDVALUETEXTIMP    9117
       
    54 #define PRIMP_CLSID_CPRESENCEINFOFIELDVALUEBINARYIMP  9118
       
    55 #define PRIMP_CLSID_CPRESENCEINFOFIELDVALUEENUMIMP    9119
       
    56 #define PRIMP_CLSID_CDEVICEPRESENCEINFOIMP            9120
       
    57 #define PRIMP_CLSID_CPERSONPRESENCEINFOIMP            9121
       
    58 #define PRIMP_CLSID_CSERVICEPRESENCEINFOIMP           9122
       
    59 #define PRIMP_CLSID_CPRESENCEINFOFIELDCOLLECTIONIMP   9123
       
    60 #define PRIMP_CLSID_CPRESENCEDATACACHE                9124
       
    61 
       
    62 
       
    63 // Presence plugin host environment classes
       
    64 #define PRIMP_CLSID_CPROTOCOLPRESENTITYGROUPSDATAHOST      9130
       
    65 #define PRIMP_CLSID_CPROTOCOLPRESENCEPUBLISHINGDATAHOST    9131
       
    66 #define PRIMP_CLSID_CPROTOCOLPRESENCEWATCHINGDATAHOST      9132
       
    67 #define PRIMP_CLSID_CPROTOCOLPRESENCEAUTHORIZATIONDATAHOST 9133
       
    68 #define PRIMP_CLSID_CPROTOCOLPRESENCEDATAHOSTIMP           9134
       
    69 
       
    70 
       
    71 // Presence Management classes
       
    72 #define PRIMP_CLSID_CPRESENCEPUBLISHINGIMP            9140
       
    73 #define PRIMP_CLSID_CPRESENTITYGROUPSIMP              9141
       
    74 #define PRIMP_CLSID_CPRESENCEWATCHINGIMP              9142
       
    75 #define PRIMP_CLSID_CPRESENCEAUTHORIZATIONIMP         9143
       
    76 #define PRIMP_CLSID_CPRESENCEFEATURESIMP              9144
       
    77 #define PRIMP_CLSID_CPRESENCEOBJECTFACTORYIMP         9145
       
    78 
       
    79 // Presence Cache classes
       
    80 #define PRIMP_CLSID_CXIMPPRESENCEBUDDYINFOIMP           9150
       
    81 #define PRIMP_CLSID_CXIMPPRESENCEBUDDYINFOLIST          9151
       
    82 #define PRIMP_CLSID_CPRESENCECACHECLIENT                9152
       
    83 
       
    84 
       
    85 
       
    86 
       
    87 #endif // PRESENCEAPIOBJBASE_H