equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2004 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: Common header for attendee view UIDs. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #ifndef __ATTENDEEVIEWUID_H__ |
|
21 #define __ATTENDEEVIEWUID_H__ |
|
22 |
|
23 /// Attendee view interface uid |
|
24 #define KAttendeeViewInterfaceUID 0x101F87AB |
|
25 |
|
26 //AttendeeView ECOM implementation uid |
|
27 #define KAttendeeViewImplementationUID 0x101F87AC |
|
28 |
|
29 //AttendeeView ECOM dll ui |
|
30 #define KAttendeeViewDllUID 0x101F87AD |
|
31 |
|
32 // Default data string for ECOM extension plugins |
|
33 #define KAttendeeViewExtensionDefaultDataString "AttendeeView" |
|
34 |
|
35 #endif // __ATTENDEEVIEWUID_H__ |
|
36 |
|
37 // End of File |