ImagingTools Core SDK
CCollectionDocumentManager.h
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2#pragma once
3
4// CCollectionDocumentManager has been renamed to CCollectionDocumentManagerBase.
5// This header is kept for backward compatibility.
6#include <imtdoc/CCollectionDocumentManagerBase.h>
7
8namespace imtdoc
9{
10typedef CCollectionDocumentManagerBase CCollectionDocumentManager;
11}