stif/TestEngine/inc/TestReport.h
changeset 26 4fde310f06fe
parent 0 a03f92240627
--- 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.