1*fce4895dSRene Gollent /* 2*fce4895dSRene Gollent * Copyright 2009, Ingo Weinhold, ingo_weinhold@gmx.de. 3*fce4895dSRene Gollent * Distributed under the terms of the MIT License. 4*fce4895dSRene Gollent */ 5*fce4895dSRene Gollent 6*fce4895dSRene Gollent #include "FunctionDebugInfo.h" 7*fce4895dSRene Gollent 8*fce4895dSRene Gollent FunctionDebugInfo()9*fce4895dSRene GollentFunctionDebugInfo::FunctionDebugInfo() 10*fce4895dSRene Gollent { 11*fce4895dSRene Gollent } 12*fce4895dSRene Gollent 13*fce4895dSRene Gollent ~FunctionDebugInfo()14*fce4895dSRene GollentFunctionDebugInfo::~FunctionDebugInfo() 15*fce4895dSRene Gollent { 16*fce4895dSRene Gollent } 17