calendarui/caldav/inc/CalDavUids.h
author hgs
Wed, 03 Nov 2010 17:12:22 +0530
changeset 89 b57382753122
permissions -rw-r--r--
201045
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
89
hgs
parents:
diff changeset
     1
/*
hgs
parents:
diff changeset
     2
* Copyright (c) 2010 Sun Microsystems, Inc. and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     3
* All rights reserved.
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     8
*
hgs
parents:
diff changeset
     9
* Initial Contributor:
hgs
parents:
diff changeset
    10
* Maximilian Odendahl
hgs
parents:
diff changeset
    11
*
hgs
parents:
diff changeset
    12
* Contributors:
hgs
parents:
diff changeset
    13
* 
hgs
parents:
diff changeset
    14
* Description: Caldav UIDs
hgs
parents:
diff changeset
    15
*
hgs
parents:
diff changeset
    16
*/
hgs
parents:
diff changeset
    17
hgs
parents:
diff changeset
    18
#ifndef CALDAVUIDS_H_
hgs
parents:
diff changeset
    19
#define CALDAVUIDS_H_
hgs
parents:
diff changeset
    20
hgs
parents:
diff changeset
    21
#define SYMBIAN_ECOM_PLUGIN_UID               			0x10009D8D
hgs
parents:
diff changeset
    22
#define CALENUIPLUGININTERFACE_ECOM_INTERFACE_UID       0x1028336F
hgs
parents:
diff changeset
    23
hgs
parents:
diff changeset
    24
#define CALENCALDAVPLUGIN_DLL_UID              	0x2002B503
hgs
parents:
diff changeset
    25
#define CALEN_CALDAV_IMPLEMENTATION_UID			0x2002B81E
hgs
parents:
diff changeset
    26
hgs
parents:
diff changeset
    27
#endif /* CALDAVUIDS_H_ */