89
|
1 |
/*
|
|
2 |
* Copyright (c) 2010 Sun Microsystems, Inc. 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 Contributor:
|
|
10 |
* Maximilian Odendahl
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Caldav UIDs
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef CALDAVUIDS_H_
|
|
19 |
#define CALDAVUIDS_H_
|
|
20 |
|
|
21 |
#define SYMBIAN_ECOM_PLUGIN_UID 0x10009D8D
|
|
22 |
#define CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID 0x1028336F
|
|
23 |
|
|
24 |
#define CALENCALDAVPLUGIN_DLL_UID 0x2002B503
|
|
25 |
#define CALEN_CALDAV_IMPLEMENTATION_UID 0x2002B81E
|
|
26 |
|
|
27 |
#endif /* CALDAVUIDS_H_ */
|