XMP Toolkit SDK  6.0.0
XMPCoreLatestInterfaceVersions.h
Go to the documentation of this file.
1 #ifndef XMPCoreLatestInterfaceVersions_h__
2 #define XMPCoreLatestInterfaceVersions_h__ 1
3 
4 // =================================================================================================
5 // Copyright Adobe
6 // Copyright 2015 Adobe
7 // All Rights Reserved
8 //
9 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
10 // of the Adobe license agreement accompanying it. If you have received this file from a source other
11 // than Adobe, then your use, modification, or distribution of it requires the prior written permission
12 // of Adobe.
13 // =================================================================================================
14 
19 #if !SOURCE_COMPILING_XMPCORE_LIB
20  #ifdef XMPCORE_CLIENT_VERSION_NUMBER_FILE
21  #include QUOTEME(XMPCORE_CLIENT_VERSION_NUMBER_FILE)
22  #endif
23 #endif
24 
25 #ifndef INAMESPACEPREFIXMAP_VERSION
26  #define INAMESPACEPREFIXMAP_VERSION 1
27 #endif
28 
29 #ifndef IPATHSEGMENT_VERSION
30  #define IPATHSEGMENT_VERSION 1
31 #endif
32 
33 #ifndef IPATH_VERSION
34  #define IPATH_VERSION 1
35 #endif
36 
37 #ifndef INODE_VERSION
38  #define INODE_VERSION 1
39 #endif
40 
41 #ifndef INODEITERATOR_VERSION
42  #define INODEITERATOR_VERSION 1
43 #endif
44 
45 #ifndef ISIMPLENODE_VERSION
46  #define ISIMPLENODE_VERSION 1
47 #endif
48 
49 #ifndef ICOMPOSITENODE_VERSION
50  #define ICOMPOSITENODE_VERSION 1
51 #endif
52 
53 #ifndef ISTRUCTURENODE_VERSION
54  #define ISTRUCTURENODE_VERSION 1
55 #endif
56 
57 #ifndef IARRAYNODE_VERSION
58  #define IARRAYNODE_VERSION 1
59 #endif
60 
61 #ifndef IMETADATA_VERSION
62  #define IMETADATA_VERSION 1
63 #endif
64 
65 #ifndef ICLIENTDOMPARSER_VERSION
66  #define ICLIENTDOMPARSER_VERSION 1
67 #endif
68 
69 #ifndef ICLIENTDOMSERIALIZER_VERSION
70  #define ICLIENTDOMSERIALIZER_VERSION 1
71 #endif
72 
73 #ifndef IDOMPARSER_VERSION
74  #define IDOMPARSER_VERSION 1
75 #endif
76 
77 #ifndef IDOMSERIALIZER_VERSION
78  #define IDOMSERIALIZER_VERSION 1
79 #endif
80 
81 #ifndef IDOMIMPLEMENTATIONREGISTRY_VERSION
82  #define IDOMIMPLEMENTATIONREGISTRY_VERSION 1
83 #endif
84 
85 #ifndef ICOREOBJECTFACTORY_VERSION
86  #define ICOREOBJECTFACTORY_VERSION 1
87 #endif
88 
89 #ifndef ICORECONFIGURATIONMANAGER_VERSION
90  #define ICORECONFIGURATIONMANAGER_VERSION 1
91 #endif
92 
93 #ifndef IMETADATACONVERTERUTILS_VERSION
94  #define IMETADATACONVERTERUTILS_VERSION 1
95 #endif
96 
97 
98 #endif // XMPCoreLatestInterfaceVersions_h__
99