2 * Copyright 2016, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
5 #ifndef TEAM_FUNCTION_SOURCE_INFORMATION_H
6 #define TEAM_FUNCTION_SOURCE_INFORMATION_H
9 #include <SupportDefs.h>
11 class FunctionDebugInfo
;
15 class TeamFunctionSourceInformation
{
17 virtual ~TeamFunctionSourceInformation();
19 virtual status_t
GetActiveSourceCode(FunctionDebugInfo
* info
,
20 SourceCode
*& _code
) = 0;
25 #endif // TEAM_FUNCTION_SOURCE_INFORMATION_H