2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef IMAGE_DEBUG_INFO_PROVIDER_H
6 #define IMAGE_DEBUG_INFO_PROVIDER_H
8 #include <SupportDefs.h>
15 class ImageDebugInfoProvider
{
17 virtual ~ImageDebugInfoProvider();
19 virtual status_t
GetImageDebugInfo(Image
* image
,
20 ImageDebugInfo
*& _info
) = 0;
21 // returns a reference
25 #endif // IMAGE_DEBUG_INFO_PROVIDER_H