blob: 38130c76e774d87af5d50d8b1b80256c55ac4d82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#ifndef __IXMPLanguageAlternative_I_h__
#define __IXMPLanguageAlternative_I_h__ 1
// =================================================================================================
// Copyright Adobe
// Copyright 2014 Adobe
// 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__
|