summaryrefslogtreecommitdiff
path: root/XMPCore/Interfaces/IXMPLanguageAlternative_I.h
diff options
context:
space:
mode:
Diffstat (limited to 'XMPCore/Interfaces/IXMPLanguageAlternative_I.h')
-rw-r--r--XMPCore/Interfaces/IXMPLanguageAlternative_I.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/XMPCore/Interfaces/IXMPLanguageAlternative_I.h b/XMPCore/Interfaces/IXMPLanguageAlternative_I.h
new file mode 100644
index 0000000..8e5983f
--- /dev/null
+++ b/XMPCore/Interfaces/IXMPLanguageAlternative_I.h
@@ -0,0 +1,30 @@
+#ifndef __IXMPLanguageAlternative_I_h__
+#define __IXMPLanguageAlternative_I_h__ 1
+
+// =================================================================================================
+// ADOBE SYSTEMS INCORPORATED
+// Copyright 2014 Adobe Systems Incorporated
+// All Rights Reserved
+//
+// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
+// of the Adobe license agreement accompanying it.
+// =================================================================================================
+
+#include "XMPCore/XMPCore_Defines.h"
+#include "XMPCommon/XMPCommonFwdDeclarations.h"
+
+#include "XMPCore/Interfaces/IXMPStructNode.h"
+#include "XMPCore/Interfaces/IXMPLanguageAlternative.h"
+
+namespace AdobeXMPCore_Int{
+
+ class IXMPLanguageAlternative
+ : public virtual IXMPLanguageAlternative_latest
+ {
+
+
+
+ };
+};
+
+#endif // __IXMPLanguageAlternative_I_h__