51
|
1 |
/*
|
|
2 |
* Copyright (c) 2007 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: class ids
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef SEARCHAPIOBJBASE_H
|
|
19 |
#define SEARCHAPIOBJBASE_H
|
|
20 |
|
|
21 |
|
|
22 |
/**
|
|
23 |
* search 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 IM Plugin API interface IDs.
|
|
27 |
*/
|
|
28 |
|
|
29 |
// 90xx - ximp related
|
|
30 |
// 91xx - im related
|
|
31 |
// 92xx - instant messaging related
|
|
32 |
// 93xx - search related
|
|
33 |
|
|
34 |
|
|
35 |
const TInt KArrayGranularity( 2 );
|
|
36 |
|
|
37 |
#define IMP_CLSID_CSEARCHFEATUREIMP 9300
|
|
38 |
#define IMP_CLSID_CSEARCHIMP 9301
|
|
39 |
|
|
40 |
#define IMP_CLSID_CSEARCHOBJECTFACTORYIMP 9302
|
|
41 |
#define IMP_CLSID_CSEARCHINFOIMP 9303
|
|
42 |
#define IMP_CLSID_CSEARCHEVENTIMP 9304
|
|
43 |
#define IMP_CLSID_CPROTOCOLIMDATAHOSTIMP 9305
|
|
44 |
|
|
45 |
#define IMP_CLSID_CSEARCHOPERATIONFACTORYIMP 9306
|
|
46 |
#define IMP_CLSID_CSEARCHDATACACHE 9307
|
|
47 |
#define IMP_CLSID_CSEARCHELEMENTIMP 9308
|
|
48 |
#define IMP_CLSID_CPROTOCOLSEARCHDATAHOSTIMP 9309
|
|
49 |
#define IMP_CLSID_CPROTOCOLSEARCHFEATUREDATAHOST 9310
|
|
50 |
|
|
51 |
|
|
52 |
#define IMP_CLSID_CSEARCHKEY_INFO_IMP 9311
|
|
53 |
#define IMP_CLSID_CSEARCHKEYSEVENTIMP 9312
|
|
54 |
#endif // SEARCHAPIOBJBASE_H
|