Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

11 řádky
165 B

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