equal
deleted
inserted
replaced
|
1 /* |
|
2 * Name : ImplementationUid.hrh |
|
3 * Description : ECOM implementation UIDs |
|
4 * Project : This file is part of OpenMAR, an Open Mobile Augmented Reality browser |
|
5 * Website : http://OpenMAR.org |
|
6 * |
|
7 * Copyright (c) 2010 David Caabeiro |
|
8 * |
|
9 * All rights reserved. This program and the accompanying materials are made available |
|
10 * under the terms of the Eclipse Public License v1.0 which accompanies this |
|
11 * distribution, and is available at http://www.eclipse.org/legal/epl-v10.html |
|
12 * |
|
13 */ |
|
14 |
|
15 #ifndef IMPLEMENTATIONUID_HRH_ |
|
16 #define IMPLEMENTATIONUID_HRH_ |
|
17 |
|
18 #define KDllUidValue 0x2002E1AF |
|
19 |
|
20 #define KOverlayImplementationUidValue 0x2002E1AF |
|
21 #define KProviderImplementationUidValue 0x2002E1B0 |
|
22 #define KObjectImplementationUidValue 0x2002E1B1 |
|
23 |
|
24 #endif |