You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
165 B

  1. #include "TestReport.h"
  2. CTestReport::CTestReport()
  3. {
  4. }
  5. CVisualInspectionResult * CTestReport::GetInspectionResult()
  6. {
  7. return &mVisualInspectionResultReport;
  8. }