2 * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
5 #ifndef STACK_FRAME_DEBUG_INFO_H
6 #define STACK_FRAME_DEBUG_INFO_H
9 #include <Referenceable.h>
24 class StackFrameDebugInfo
: public BReferenceable
{
26 StackFrameDebugInfo();
27 virtual ~StackFrameDebugInfo();
31 #endif // STACK_FRAME_DEBUG_INFO_H