diff -r f5d4820de50d -r 4fde310f06fe stif/TestEngine/inc/TestReport.h --- a/stif/TestEngine/inc/TestReport.h Tue May 25 18:01:01 2010 +0300 +++ b/stif/TestEngine/inc/TestReport.h Mon Jun 14 11:37:33 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.