diff -r ccab7f1f8266 -r 67c6ff54ec25 stif/TestEngine/inc/TestReport.h --- a/stif/TestEngine/inc/TestReport.h Mon May 03 13:58:41 2010 +0300 +++ b/stif/TestEngine/inc/TestReport.h Fri May 14 17:25:03 2010 +0300 @@ -156,7 +156,7 @@ /** * Two-phased constructor. */ - static CTestReport* NewL( TTestReportSettings& aTestReportSettings, + static CTestReport* NewL( CTestReportSettings& aTestReportSettings, const TTestReportMode aReportMode ); /** @@ -199,7 +199,7 @@ /** * By default Symbian OS constructor is private. */ - void ConstructL( TTestReportSettings& aTestReportSettings ); + void ConstructL( CTestReportSettings& aTestReportSettings ); /** * Default C++ constructor.