diff -r 7e287c5c61f0 -r 381827f66490 stif/TestEngine/inc/TestReport.h --- a/stif/TestEngine/inc/TestReport.h Wed Apr 14 17:35:04 2010 +0300 +++ b/stif/TestEngine/inc/TestReport.h Tue Apr 27 18:14: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.