18 lines
248 B
C++
18 lines
248 B
C++
/*
|
|||
|
|
* Copyright 2009, Ingo Weinhold, [email protected].
|
||
|
|
* Distributed under the terms of the MIT License.
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#include "StackFrameDebugInfo.h"
|
||
|
|
|
||
|
|
|
||
|
|
StackFrameDebugInfo::StackFrameDebugInfo()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
StackFrameDebugInfo::~StackFrameDebugInfo()
|
||
|
|
{
|
||
|
|
}
|