stif/TestEngine/inc/TestReport.h
changeset 17 67c6ff54ec25
parent 0 a03f92240627
--- 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.