summaryrefslogtreecommitdiff
path: root/XMPCommon/XMPCommon_I.h
blob: 816dd91e59b113ec3a8a780b411eb8c60e4595cb (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
#ifndef XMPCommon_I_h__
#define XMPCommon_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 "XMPCommon/XMPCommonDefines_I.h"
#include "XMPCommon/XMPCommonFwdDeclarations_I.h"

namespace XMP_COMPONENT_INT_NAMESPACE {

	//!
	//! Initializes the XMP Common Framework.
	//!
	void InitializeXMPCommonFramework();

	//!
	//! Terminates the XMP Common Framework.
	void TerminateXMPCommonFramework();
}

#endif  // XMPCommon_I_h__