11 lines
165 B
C++
11 lines
165 B
C++
#include "TestReport.h"
|
|
|
|
CTestReport::CTestReport()
|
|
{
|
|
}
|
|
|
|
CVisualInspectionResult * CTestReport::GetInspectionResult()
|
|
{
|
|
return &mVisualInspectionResultReport;
|
|
}
|